import * as React from 'react';
export declare const moreIconClass: string;
export interface Props {
    size?: number;
    fill?: string;
}
declare const IconMore: React.FC<Props>;
export default IconMore;
