import React from 'react'; import type { FlagProps } from '../types'; export declare function PLFlag({ radius, className, size, ...others }: FlagProps): React.JSX.Element;