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