import * as React from 'react'; import { IActionLinkProps } from './ActionLink.props'; export { IActionLinkProps } from './ActionLink.props'; export declare const ActionLink: React.ForwardRefExoticComponent & React.RefAttributes>; export default ActionLink;