import { type IconProps } from "../../../base/index.ts";
declare const DeviceTablet: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type DeviceTablet = ReturnType<typeof DeviceTablet>;
export default DeviceTablet;
