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