/// export interface Props { name?: string; icon?: string; } export declare function Profile({}: Props): JSX.Element; //# sourceMappingURL=Profile.d.ts.map