import * as React from 'react'; export interface IconsProps { style?: 'object'; type?: 'string'; size?: 'string'; } declare const Icons: React.FC; export default Icons;