import { FunctionComponent, HTMLProps } from 'react'; export interface AlertActionLinkProps extends HTMLProps {} declare const AlertActionLink: FunctionComponent; export default AlertActionLink;