export declare const defaultColors: {
on: {
background: string;
border: string;
icon: string;
};
off: {
background: string;
border: string;
icon: string;
hover: {
border: string;
};
};
disabled: {
background: string;
border: string;
icon: string;
};
};