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