import React from 'react';
import type { IconPropsSVG } from './types';
export declare function PushButton(props: IconPropsSVG): React.JSX.Element;
