import { SquareProps } from '../Square'; import { PrismaneBreakpoints, PrismaneProps } from '../../types'; export type IconProps = PrismaneProps<{ size?: string | number | PrismaneBreakpoints; }, SquareProps>; declare const Icon: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Icon; //# sourceMappingURL=Icon.d.ts.map