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