import { IFileFormControl } from '../../form-control';
interface IFilePickerComponent extends IFileFormControl {
}
export { IFilePickerComponent };
