export declare function setTwoToneColor(primaryColor?: string, secondaryColor?: string): void; export declare function getTwoToneColor(): string;