import type { IDisableableProps } from '../../../Behaviors/Disableable'; /** * Represents the `IFilePickerElementProps` interface. * * @public */ export interface IFilePickerElementProps extends IDisableableProps { multiple: boolean; accept: Array; directory: boolean; } //# sourceMappingURL=IFilePickerElementProps.d.ts.map