export interface MspOrganizationCardSkeletonProps { /** Appended to the root element. */ className?: string; } /** * Loading placeholder for {@link MspOrganizationCard}. Mirrors the card's blocks * — square logo, title + website lines, and the trailing external-link button — * inside the same 80px container, so the welcome screen doesn't shift once the * tenant info resolves and the real card replaces it. */ export declare function MspOrganizationCardSkeleton({ className }: MspOrganizationCardSkeletonProps): import("react").JSX.Element; //# sourceMappingURL=msp-organization-card-skeleton.d.ts.map