import { t as MdBase } from "./types-CftzBxkU.js"; import { UGUIElements } from "@reactunity/renderer/ugui"; //#region src/card/index.d.ts type ViewProps = UGUIElements['view']; type Props = ViewProps & MdBase; declare function _Card({ children, className, elevation, ...props }: Props): import("@reactunity/renderer/ugui").JSX.Element; declare function _Content({ className, ...props }: ViewProps): import("@reactunity/renderer/ugui").JSX.Element; type CardType = typeof _Card & { Content: typeof _Content; }; declare const Card: CardType; //#endregion export { Card as t }; //# sourceMappingURL=index-N0xv9XYQ.d.ts.map