export declare const CHIP_PALETTE: {
    plain: {
        primary: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                color: string;
            };
        };
        second: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                color: string;
            };
        };
        third: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                color: string;
            };
        };
        fourth: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                color: string;
            };
        };
    };
    line: {
        primary: {
            backgroundColor: string;
            color: string;
            outline: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        second: {
            backgroundColor: string;
            color: string;
            outline: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        third: {
            backgroundColor: string;
            color: string;
            outline: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        fourth: {
            backgroundColor: string;
            color: string;
            outline: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
    };
    fill: {
        primary: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        second: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        third: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
        fourth: {
            backgroundColor: string;
            color: string;
            svg: {
                fill: string;
                ':hover': {
                    fill: string;
                };
            };
            ':hover, :focus': {
                backgroundColor: string;
            };
        };
    };
};
