import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const DeviceTablet: import("svelte").Component; type DeviceTablet = ReturnType; export default DeviceTablet; //# sourceMappingURL=device-tablet.svelte.d.ts.map