import { ComponentProps } from '../types'; /** * The UI component for the StaffMember feature * @public * */ export declare function StaffMember(): null; /** * The StaffMember feature with its reducer, actions and UI component * @public * */ declare const _default: import("@shopify/react-compose").ReactComponent & import("@shopify/useful-types").NonReactStatics & typeof StaffMember>; export default _default;