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