import React from 'react'; declare const _default: { title: string; component: { Text: React.FunctionComponent>; Rect: React.FunctionComponent>; }; }; export default _default; export declare const textSkeleton: () => React.JSX.Element; export declare const rectSkeleton: () => React.JSX.Element;