import { IconDefinition } from '../types';
declare const PauseOutlined: IconDefinition;
export default PauseOutlined;
