type ClientRegistrationListProps = {
    subType: "anonymous" | "authenticated";
};
export declare const ClientRegistrationList: ({ subType, }: ClientRegistrationListProps) => import("react/jsx-runtime").JSX.Element;
export {};
