declare const colors: { transparent: string; white: string; black: string; activeColor: string; inActiveColor: string; loaderColor: string; pink: string; }; export default colors;