/** @jsx jsx */ import { PropsWithChildren } from 'react'; declare const Wrapper: React.FC>; export declare type WrapperProps = { className?: string; label?: any; }; export default Wrapper;