export { KTDropzone } from './dropzone';
export type {
	KTDropzoneConfigInterface,
	KTDropzoneInterface,
} from './types';
