/// import { StyledIconButton } from "./icon-button.styled"; import type { IconProps } from "../icons/withSharedIconProps"; import type { WithTestId } from "../../types"; interface IconButtonProps extends WithTestId> { Icon: React.FC | React.ReactElement; } export declare const IconButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export {}; //# sourceMappingURL=index.d.ts.map