/// <reference types="svelte" />
interface Props {
    size?: string | number;
}
declare const IconChat: import("svelte").Component<Props, {}, "">;
type IconChat = ReturnType<typeof IconChat>;
export default IconChat;
