/// import { ComponentMeta, ComponentStory } from "@storybook/react"; declare const _default: ComponentMeta<{ ({ title, text, containerStyles, type, }: import(".").InformationDivProps): JSX.Element; defaultProps: { title: undefined; text: undefined; containerStyles: undefined; type: string; }; }>; export default _default; export declare const Default: ComponentStory<{ ({ title, text, containerStyles, type, }: import(".").InformationDivProps): JSX.Element; defaultProps: { title: undefined; text: undefined; containerStyles: undefined; type: string; }; }>;