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