import * as React from 'react'; import { Size, BottomSheet } from '..'; import './index.css'; export declare const Dialog: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & { size: Size; bottomSheet: BottomSheet; } & React.RefAttributes>; //# sourceMappingURL=index.d.ts.map