export declare function validateColorInput(inputStr: string): void; export declare class ProgressDotsComponent { private _color; /** Use `light` on darker backgrounds and `dark` for lighter backgrounds. */ color: string; /** If true, the loader will center itself within its container. */ isCentered: boolean; /** If true, you'll get a teeny tiny little loader. */ isMini: boolean; }