/** @typedef {typeof __propDef.props}  DeviceTabletIconProps */
/** @typedef {typeof __propDef.events}  DeviceTabletIconEvents */
/** @typedef {typeof __propDef.slots}  DeviceTabletIconSlots */
export default class DeviceTabletIcon extends SvelteComponentTyped<{
    [x: string]: any;
}, {
    [evt: string]: CustomEvent<any>;
}, {}> {
}
export type DeviceTabletIconProps = typeof __propDef.props;
export type DeviceTabletIconEvents = typeof __propDef.events;
export type DeviceTabletIconSlots = typeof __propDef.slots;
import { SvelteComponentTyped } from "svelte";
declare const __propDef: {
    props: {
        [x: string]: any;
    };
    events: {
        [evt: string]: CustomEvent<any>;
    };
    slots: {};
};
export {};
