interface ResultCardLoadingProps { showCollapsed?: boolean; } declare const ResultCardsLoading: ({ showCollapsed }: ResultCardLoadingProps) => import("react/jsx-runtime").JSX.Element; export default ResultCardsLoading;