import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const PagerIconConfig: {
  name: 'PagerIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z"},
  rhUiIcon: null,
};
export declare const PagerIcon: ComponentClass<SVGIconProps>;
export default PagerIcon;