/// import type { IntegrationItem } from "./integrationData"; interface Props { item: IntegrationItem; catalogId: string; onClick?: () => void; } export declare function IntegrationPreviewCard(props: Props): JSX.Element; export declare function IntegrationPreviewCardSkeleton(): JSX.Element; export {};