import { AnyChildren } from '@ballerine/ui'; import { FunctionComponent } from 'react'; import { BaseComponentProps } from '../../../types/base-component-props'; export interface WrapperProps extends BaseComponentProps { children: AnyChildren; } export declare const Wrapper: FunctionComponent; //# sourceMappingURL=Wrapper.d.ts.map