import { IconToggleButtonProps } from './icon-toggle-button.types'; /** * # IconToggleButton * ============================================================ * A toggle button with only an icon as child. It is based * on the regular `ToggleButton` component, but with a few adjustments. * */ export declare const IconToggleButton: { ({ "aria-label": ariaLabel, children, ref, ...props }: IconToggleButtonProps): import("react/jsx-runtime").JSX.Element; displayName: string; };