export interface DropzoneTheme { base: string; disabled: string; active: string; } export declare const dropzoneTheme: DropzoneTheme; //# sourceMappingURL=theme.d.ts.map