export declare const allowedColors: ({ colors }: any) => Record<string, unknown>;
export declare const isWeb: boolean;
