import { FC } from 'react'; export declare type IStatusProps = { type?: 'success' | 'error'; }; declare const Status: FC; export default Status;