import { IconProps } from '../lib';
declare function Heartbeat(props: IconProps): JSX.Element;
export default Heartbeat;
