import { SVGProps } from 'react'; export interface MemberProps extends Omit, 'css'> { } export declare const Member: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;