import { FC } from 'react'; interface PersonIconProps { color?: string; } export declare const PersonIcon: FC; export {};