import type { CSSProperties, PropType, SlotsType, VNode, VNodeChild } from 'vue'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; import type { CardSize } from './public-types'; export interface CardSegmented { content?: boolean | 'soft'; footer?: boolean | 'soft'; action?: boolean | 'soft'; } export declare const cardBaseProps: { readonly title: PropType VNodeChild)>; readonly contentClass: StringConstructor; readonly contentStyle: PropType; readonly contentScrollable: BooleanConstructor; readonly headerClass: StringConstructor; readonly headerStyle: PropType; readonly headerExtraClass: StringConstructor; readonly headerExtraStyle: PropType; readonly footerClass: StringConstructor; readonly footerStyle: PropType; readonly embedded: BooleanConstructor; readonly segmented: { readonly type: PropType; readonly default: false; }; readonly size: PropType; readonly bordered: { readonly type: BooleanConstructor; readonly default: true; }; readonly closable: BooleanConstructor; readonly hoverable: BooleanConstructor; readonly role: StringConstructor; readonly onClose: PropType void>>; readonly tag: { readonly type: PropType; readonly default: "div"; }; readonly cover: PropType<() => VNodeChild>; readonly content: PropType VNodeChild)>; readonly footer: PropType<() => VNodeChild>; readonly action: PropType<() => VNodeChild>; readonly headerExtra: PropType<() => VNodeChild>; readonly closeFocusable: BooleanConstructor; }; export declare const cardBasePropKeys: ("size" | "title" | "bordered" | "closable" | "onClose" | "content" | "contentClass" | "contentStyle" | "cover" | "footer" | "tag" | "contentScrollable" | "headerClass" | "headerStyle" | "headerExtraClass" | "headerExtraStyle" | "footerClass" | "footerStyle" | "embedded" | "segmented" | "hoverable" | "role" | "action" | "headerExtra" | "closeFocusable")[]; export declare const cardProps: { title: PropType VNodeChild)>; contentClass: StringConstructor; contentStyle: PropType; contentScrollable: BooleanConstructor; headerClass: StringConstructor; headerStyle: PropType; headerExtraClass: StringConstructor; headerExtraStyle: PropType; footerClass: StringConstructor; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: PropType; bordered: { readonly type: BooleanConstructor; readonly default: true; }; closable: BooleanConstructor; hoverable: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; cover: PropType<() => VNodeChild>; content: PropType VNodeChild)>; footer: PropType<() => VNodeChild>; action: PropType<() => VNodeChild>; headerExtra: PropType<() => VNodeChild>; closeFocusable: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type CardProps = ExtractPublicPropTypes; export interface CardSlots { default?: () => VNode[]; cover?: () => VNode[]; header?: () => VNode[]; 'header-extra'?: () => VNode[]; footer?: () => VNode[]; action?: () => VNode[]; } declare const _default: import("vue").DefineComponent VNodeChild)>; contentClass: StringConstructor; contentStyle: PropType; contentScrollable: BooleanConstructor; headerClass: StringConstructor; headerStyle: PropType; headerExtraClass: StringConstructor; headerExtraStyle: PropType; footerClass: StringConstructor; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: PropType; bordered: { readonly type: BooleanConstructor; readonly default: true; }; closable: BooleanConstructor; hoverable: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; cover: PropType<() => VNodeChild>; content: PropType VNodeChild)>; footer: PropType<() => VNodeChild>; action: PropType<() => VNodeChild>; headerExtra: PropType<() => VNodeChild>; closeFocusable: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { lineHeight: string; color: string; colorModal: string; colorPopover: string; colorTarget: string; colorEmbedded: string; colorEmbeddedModal: string; colorEmbeddedPopover: string; textColor: string; titleTextColor: string; borderColor: string; actionColor: string; titleFontWeight: string; closeColorHover: string; closeColorPressed: string; closeBorderRadius: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; closeIconSize: string; closeSize: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; handleCloseClick: () => void; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-border-radius': string; '--n-color': string; '--n-color-modal': string; '--n-color-popover': string; '--n-color-embedded': string; '--n-color-embedded-modal': string; '--n-color-embedded-popover': string; '--n-color-target': string; '--n-text-color': string; '--n-line-height': string; '--n-action-color': string; '--n-title-text-color': string; '--n-title-font-weight': string; '--n-close-icon-color': string; '--n-close-icon-color-hover': string; '--n-close-icon-color-pressed': string; '--n-close-color-hover': string; '--n-close-color-pressed': string; '--n-border-color': string; '--n-box-shadow': string; '--n-padding-top': string; '--n-padding-bottom': string; '--n-padding-left': string; '--n-font-size': string; '--n-title-font-size': string; '--n-close-size': string; '--n-close-icon-size': string; '--n-close-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly VNodeChild)>; contentClass: StringConstructor; contentStyle: PropType; contentScrollable: BooleanConstructor; headerClass: StringConstructor; headerStyle: PropType; headerExtraClass: StringConstructor; headerExtraStyle: PropType; footerClass: StringConstructor; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: PropType; bordered: { readonly type: BooleanConstructor; readonly default: true; }; closable: BooleanConstructor; hoverable: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; cover: PropType<() => VNodeChild>; content: PropType VNodeChild)>; footer: PropType<() => VNodeChild>; action: PropType<() => VNodeChild>; headerExtra: PropType<() => VNodeChild>; closeFocusable: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { bordered: boolean; closable: boolean; tag: keyof HTMLElementTagNameMap; contentScrollable: boolean; embedded: boolean; segmented: boolean | CardSegmented; hoverable: boolean; closeFocusable: boolean; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;