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