import { type CardProps } from "../Card.js"; declare const CardPropsProvider: import("react").FunctionComponent<{ props: CardProps; children: React.ReactNode; }>, useCardProps: () => CardProps; export { CardPropsProvider, useCardProps };