export declare type FabColor = "blue" | "red" | "dark" | "light";
