import { FlexProps } from 'antd'; import { TextProps } from '../../atoms'; export interface PopupLinkProps extends FlexProps, Pick { } declare const PopupLink: ({ children, size, color, weight, className, ...rest }: PopupLinkProps) => import("react/jsx-runtime").JSX.Element; export { PopupLink };