import { ElementType } from 'react'; import { BaseButtonIconProps } from '../ButtonIcon/ButtonIcon'; import { PolymorphicComponentPropsWithRef, PolymorphicForwardRefComponent } from '../shared/types'; type BaseButtonIconCondensedProps = Omit; export type ButtonIconCondensedProps = PolymorphicComponentPropsWithRef; export declare const ButtonIconCondensed: PolymorphicForwardRefComponent<"button", BaseButtonIconCondensedProps>; export default ButtonIconCondensed;