interface Props {
    class?: string;
    size?: number | string;
}
declare const ChatIcon: import("svelte").Component<Props, {}, "">;
type ChatIcon = ReturnType<typeof ChatIcon>;
export default ChatIcon;
//# sourceMappingURL=ChatIcon.svelte.d.ts.map