import { FunctionComponent } from 'react';
import { ApplyWrappersProps, Wrapper } from './utils/types';
export declare const ApplyWrappers: FunctionComponent<ApplyWrappersProps>;
export declare const defaultWrappers: Wrapper[];
