import { SelectDevice as BaseSelectDevice } from "./select-device.base"; import { SelectDeviceHandledProps, SelectDeviceProps, SelectDeviceUnhandledProps } from "./select-device.props"; declare const SelectDevice: typeof BaseSelectDevice; export { SelectDevice, SelectDeviceProps, SelectDeviceHandledProps, SelectDeviceUnhandledProps, };