import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ChessRookIconConfig: {
  name: 'ChessRookIcon',
  height: 512,
  width: 384,
  svgPath: 'M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z',
  yOffset: 0,
  xOffset: 0,
};
export declare const ChessRookIcon: ComponentClass<SVGIconProps>;
export default ChessRookIcon;