/// import './Typography.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const Headings: { (): JSX.Element; story: { name: string; }; }; export declare const Subtitle: { (): JSX.Element; story: { name: string; }; }; export declare const Text: { (): JSX.Element; story: { name: string; }; }; export declare const Epigraph: { (): JSX.Element; story: { name: string; }; }; export declare const Transformations: { (): JSX.Element; story: { name: string; }; }; export declare const Quote: { (): JSX.Element; story: { name: string; }; }; export declare const List: { (): JSX.Element; story: { name: string; }; }; export declare const OrderList: { (): JSX.Element; story: { name: string; }; };