/// import { ComponentProps } from '../types'; /** * The UI component for the StaffMember feature * @public * */ export declare function StaffMember(): null; declare const _default: (import("react").ComponentClass & Pick<(import("react").ComponentClass & typeof StaffMember) | (import("react").FunctionComponent & typeof StaffMember), "defaultProps">) | (import("react").FunctionComponent & Pick<(import("react").ComponentClass & typeof StaffMember) | (import("react").FunctionComponent & typeof StaffMember), "defaultProps">); /** * The StaffMember feature with its reducer, actions and UI component * @public * */ export default _default;