import { LinkProps as TdLinkProps } from 'tdesign-react/esm'; import { ActionIDProps, ActionProps, ConfirmActionIdProps, ConfirmActionIdsProps, ConfirmActionProps, ExportActionProps, ModalActionProps } from './action'; type LinkProps = ActionProps; export declare const Link: ({ ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element; export declare const CreateLink: ({ ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element; type LinkIDProps = ActionIDProps; export declare const ShowLink: ({ ...props }: LinkIDProps) => import("react/jsx-runtime").JSX.Element; export declare const EditLink: ({ ...props }: LinkIDProps) => import("react/jsx-runtime").JSX.Element; type ConfirmLinkProps = ConfirmActionProps; export declare const ConfirmLink: ({ ...props }: ConfirmLinkProps) => import("react/jsx-runtime").JSX.Element; type ConfirmLinkIdProps = ConfirmActionIdProps; export declare const DeleteLink: ({ ...props }: ConfirmLinkIdProps) => import("react/jsx-runtime").JSX.Element; type ConfirmLinkIdsProps = ConfirmActionIdsProps; export declare const DeleteManyLink: ({ ...props }: ConfirmLinkIdsProps) => import("react/jsx-runtime").JSX.Element; type ModalLinkProps = ModalActionProps; export declare const LinkModal: ({ ...props }: ModalLinkProps) => import("react/jsx-runtime").JSX.Element; export declare const CreateLinkModal: ({ ...props }: ModalLinkProps) => import("react/jsx-runtime").JSX.Element; export declare const ShowLinkModal: ({ ...props }: ModalLinkProps) => import("react/jsx-runtime").JSX.Element; export declare const EditLinkModal: ({ ...props }: ModalLinkProps) => import("react/jsx-runtime").JSX.Element; type ExportLinkProps = ExportActionProps; export declare const ExportLink: ({ ...props }: ExportLinkProps) => import("react/jsx-runtime").JSX.Element; export {};