import type { BoxProps } from "../Box/Box"; export default function Card({ borderRadius, boxShadow, py, px, position, children, ...props }: BoxProps): import("react/jsx-runtime").JSX.Element;