import { HTMLAttributes } from 'preact/compat'; interface IProps extends HTMLAttributes { withLabel?: boolean; } export declare function ChatToggle({ withLabel }: IProps): import("preact").JSX.Element; export {};