import React from "react"; declare const meta: { title: string; }; export default meta; export declare function Demo(): React.JSX.Element; export declare function SheetDemo(): React.JSX.Element; export declare function ContentDemo(): React.JSX.Element; export declare function SheetCustom(): React.JSX.Element; export declare function SheetWithThreeButtons(): React.JSX.Element; export declare function SheetWithIconInTitle(): React.JSX.Element; //# sourceMappingURL=Sheet.stories.d.ts.map