import { DeviceList } from '../components'; export namespace device { export { DeviceList as list }; export { DeviceEdit as edit }; export { DeviceCreate as create }; export namespace options { let group: string; } } declare function DeviceEdit(): import("react/jsx-runtime").JSX.Element; declare function DeviceCreate(): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=device.d.ts.map