/// export declare type As = React.ElementType; export declare type PropsOf = React.ComponentPropsWithoutRef & { as?: As; to?: string; href?: string; target?: string; }; export declare type HTMLTribeProps = Omit, T extends 'svg' ? 'ref' | 'children' : 'ref'>;