declare const _default: {
    msg: string;
    data: {
        layouts: {
            id: number;
            name: string;
        }[];
        themes: {
            id: number;
            name: string;
        }[];
        ruleValues: ({
            id: number;
            value: {
                ENABLED: {
                    style: string;
                    color: string;
                };
                DISABLED: {
                    style: string;
                    color: string;
                };
                HOVER: {
                    style: string;
                    color: string;
                };
                FOCUSED: {
                    style: string;
                    color: string;
                };
                PRESSED: {
                    style: string;
                    color: string;
                };
                EXPANDED: {
                    style: string;
                    color: string;
                };
                ACTIVATED: {
                    style: string;
                    color: string;
                };
                COLLAPSED: {
                    style: string;
                    color: string;
                };
                ERROR?: undefined;
            };
        } | {
            id: number;
            value: {
                ACTIVATED: {
                    style: string;
                    color: string;
                };
                FOCUSED: {
                    style: string;
                    color: string;
                };
                ENABLED: {
                    style: string;
                    color: string;
                };
                DISABLED: {
                    style: string;
                    color: string;
                };
                HOVER: {
                    style: string;
                    color: string;
                };
                PRESSED: {
                    style: string;
                    color: string;
                };
                EXPANDED: {
                    style: string;
                    color: string;
                };
                COLLAPSED: {
                    style: string;
                    color: string;
                };
                ERROR: {
                    style: string;
                    color: string;
                };
            };
        })[];
        ruleElements: {
            element_id: number;
            attrs: {
                attr_id: number;
                rule_value_id: number;
                rule_value_type_id: string;
                layouts: number[];
                themes: number[];
            }[];
        }[];
    };
    code: number;
};
export default _default;
