import type { IconButtonProps } from './IconFrameRoot'; /** * IconFrameButton component */ declare const IconFrameButton: import("react").MemoExoticComponent>>; export type { IconButtonProps as IconFrameButtonProps }; export { IconFrameButton };