import React from 'react'; import type { IconButtonVariant, InputVariant } from '@coinbase/cds-common/types'; import { type IconButtonDefaultElement, type IconButtonProps } from '../buttons/IconButton'; export declare const variantTransformMap: Record; export type InputIconButtonProps = IconButtonProps & { /** * If set to true, when parent input is focused, the icon will match the color of the focus state * @default false * */ disableInheritFocusStyle?: boolean; }; export declare const InputIconButton: React.MemoExoticComponent< React.ForwardRefExoticComponent< Omit & React.RefAttributes > >; //# sourceMappingURL=InputIconButton.d.ts.map