import * as React from 'react'; export interface IpadosIconProps extends React.SVGProps { size?: number | string; } export declare const IpadosIcon: React.ForwardRefExoticComponent & React.RefAttributes>;