import { ComponentMeta } from '@storybook/react'; type Props = { icon: any; title: string; }; export declare const StatusInformation: () => JSX.Element; declare const _default: ComponentMeta<({ icon, title }: Props) => JSX.Element>; export default _default;