import { type Except } from 'type-fest'; import type { IconButtonProps, IconFrameRootSize } from './IconFrameRoot'; type ButtonCloseSize = Extract; /** * ButtonClose component */ declare const ButtonClose: import("react").MemoExoticComponent & { size?: ButtonCloseSize; }) & import("react").RefAttributes>>; export { ButtonClose };