export * from './shapes/TextRow';
export * from './shapes/TextRowDashed';
export * from './shapes/Circle';
export * from './shapes/Rectangle';
export * from './presets/TextBlock';
export * from './presets/RichTextBlock';
import TextRow from './shapes/TextRow';
import TextRowDashed from './shapes/TextRowDashed';
import Circle from './shapes/Circle';
import Rectangle from './shapes/Rectangle';
import TextBlock from './presets/TextBlock';
import RichTextBlock from './presets/RichTextBlock';
export declare const Placeholder: {
    TextRow: typeof TextRow;
    TextRowDashed: typeof TextRowDashed;
    Circle: typeof Circle;
    Rectangle: typeof Rectangle;
    TextBlock: typeof TextBlock;
    RichTextBlock: typeof RichTextBlock;
};
export default Placeholder;
