declare const props: { theme: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: string; }; quickColorsDefault: { type: ArrayConstructor; default: () => string[]; }; }; export default props;