import type { PropsWithChildren } from 'react';
export declare const LoadingCardContainer: ({ children }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element;
export declare const LoadingCard: (props: unknown) => import("@emotion/react/jsx-runtime").JSX.Element;
