/// import { TextContainer } from './TextContainer'; declare const meta: { component: typeof TextContainer; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const defaultState: () => JSX.Element; export declare const allSpacings: () => JSX.Element; export declare const allAlignments: () => JSX.Element; export declare const nested: () => JSX.Element;