declare type CardProps = { title: string; paragraph: string; }; export declare const NoPropCard: ({ title, paragraph }: CardProps) => JSX.Element; export {};