import { type ComponentProps } from 'react'; import { type VariantProps } from 'tailwind-variants'; import { TextLink } from '..'; declare const classNameGenerator: import("tailwind-variants").TVReturnType<{ indent: { true: string; false: string; }; }, undefined, "shr-leading-none", import("tailwind-variants/dist/config").TVConfig<{ indent: { true: string; false: string; }; }, { indent: { true: string; false: string; }; }>, { indent: { true: string; false: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ indent: { true: string; false: string; }; }, undefined, "shr-leading-none", import("tailwind-variants/dist/config").TVConfig<{ indent: { true: string; false: string; }; }, { indent: { true: string; false: string; }; }>, unknown, unknown, undefined>>; type Props = Omit, 'prefix' | 'suffix'> & VariantProps & { /** `TextLink`に渡す `elementAs` をオプションで指定 */ elementAs?: ComponentProps['elementAs']; }; export declare const UpwardLink: import("react").NamedExoticComponent; export {};