type StatusType = 'loading' | 'success' | 'error'; interface StatusIndicatorProps { status: StatusType; label?: string; sublabel?: string; size?: 'sm' | 'md' | 'lg'; } export declare const StatusIndicator: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=StatusIndicator.d.ts.map