/// import TextRow from './TextRow'; import RoundShape from './RoundShape'; import RectShape from './RectShape'; import TextBlock from './TextBlock'; import MediaBlock from './MediaBlock'; export { TextRow, RoundShape, RectShape, TextBlock, MediaBlock }; export declare const textRow: import("react").FC; export declare const round: import("react").FC; export declare const rect: import("react").FC; export declare const text: import("react").FC; export declare const media: import("react").FC;