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