export declare const BlockedUserListing: ({ data }: {
    data: string[];
}) => import("react/jsx-runtime").JSX.Element | null;
