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