/// import { StatusTextProps } from './types'; /** * @example * */ export declare function StatusText({ text, textPosition, className, color }: StatusTextProps): JSX.Element; export declare namespace StatusText { var displayName: string; }