import React from 'react'; import { type JSX } from 'udp-react-stencil-component-library'; interface UdpCardProps extends Partial { children?: React.ReactNode; } export declare const UdpCard: React.FC; export {}; //# sourceMappingURL=UdpCard.d.ts.map