import { default as React } from 'react'; import { UnstyledButtonPropsFor } from '../Button/UnstyledButton'; type ChatFilterProps = Omit, "disabled"> & { /** * Whether the filter is selected. */ selected?: boolean; }; /** * A chat filter button. */ export declare const ChatFilter: React.ForwardRefExoticComponent & React.RefAttributes>; export {}; //# sourceMappingURL=ChatFilter.d.ts.map