import React from 'react'; import { RootProps } from '../../engines'; import { BottomSheetProps } from './BottomSheet.types'; export declare const bottomSheetRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const bottomSheetConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: string; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=BottomSheet.d.ts.map