import * as React from 'react'; declare const Wrapper: ({ children }: { children: any; }) => any; interface Props { setRef?: (ref: any) => void; } export declare const Container: React.SFC; export default Wrapper;