import { IconAllProps, IconProps } from '../icon/Icon';
export * from '../icon/Icon';
export type IconPrimaryProps = IconProps;
export type IconPrimaryAllProps = IconAllProps;
declare function IconPrimary(localProps: IconAllProps): import("react/jsx-runtime").JSX.Element;
declare namespace IconPrimary {
    var _supportsSpacingProps: boolean;
}
export default IconPrimary;
