import { type Define } from '@sigx/lynx'; export type CardProps = Define.Prop<'bordered', boolean, false> & Define.Prop<'class', string, false> & Define.Slot<'default'>; type CardBodyProps = Define.Prop<'class', string, false> & Define.Slot<'default'>; export declare const Card: ((props: { bordered?: boolean | undefined; class?: string | undefined; } & {} & { slots?: Partial<{ default?: (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }> | undefined; } & {} & JSX.IntrinsicAttributes & import("@sigx/runtime-core").ComponentAttributeExtensions & { ref?: import("@sigx/runtime-core").Ref | undefined; children?: readonly (readonly (readonly (readonly (readonly (readonly (readonly (readonly (readonly (readonly (readonly (/*elided*/ any | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined)[] | (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | import("@sigx/runtime-core").JSXElement | undefined; }) => import("@sigx/runtime-core").JSXElement) & { __setup: import("@sigx/runtime-core").SetupFn<{ bordered?: boolean | undefined; class?: string | undefined; }, CardProps, void, { default?: (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; __name?: string; __islandId?: string; __props: { bordered?: boolean | undefined; class?: string | undefined; }; __events: CardProps; __ref: void; __slots: { default?: (() => import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }; } & { Body: import("@sigx/runtime-core").ComponentFactory import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; }; export {}; //# sourceMappingURL=Card.d.ts.map