export declare const DEFAULT_STATES: { error: { tag: string; label: string; image: string; color: string; }; empty: { tag: string; label: string; image: string; color: string; }; loading: { tag: string; label: string; image: string; color: string; }; }; export declare const statefulProps: { value: any; contentClass: StringConstructor; states: any; };