import React from 'react'; declare const _default: { title: string; component: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, import(".").PropsType>>; }; export default _default; export declare const Default: { (props: { text: string; }): React.JSX.Element; args: { text: string; }; };