/// import { TBaseProps } from '../types'; declare type Props = TBaseProps & { icon: string; iconDirection: string; text: string; }; export declare function Status({ text, icon, className, iconDirection, }: Props): JSX.Element | null; export {};