export declare const STATUS: {
    kyc_result_rejected: {
        color: string;
        label: string;
        background: string;
        hint: string;
    };
    kyc_result_approved: {
        color: string;
        label: string;
        background: string;
        hint: string;
    };
    kyc_result_partial_update: {
        color: string;
        label: string;
        background: string;
        hint: string;
    };
    waiting: {
        color: string;
        label: string;
        background: string;
        hint: string;
    };
};
export declare const DEFAULT_STYLES: {
    color: string;
    label: string;
    background: string;
    hint: string;
};
