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