import { CSSProperties, PropType } from 'vue'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; export interface CardSegmented { content?: boolean | 'soft'; footer?: boolean | 'soft'; action?: boolean | 'soft'; } export declare const cardBaseProps: { readonly title: StringConstructor; readonly contentStyle: PropType; readonly headerStyle: PropType; readonly headerExtraStyle: PropType; readonly footerStyle: PropType; readonly embedded: BooleanConstructor; readonly segmented: { readonly type: PropType; readonly default: false; }; readonly size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; readonly headStyle: PropType<"block" | "divide">; readonly bordered: { readonly type: BooleanConstructor; readonly default: boolean; }; readonly closable: BooleanConstructor; readonly hoverable: BooleanConstructor; readonly float: BooleanConstructor; readonly role: StringConstructor; readonly onClose: PropType void>>; readonly tag: { readonly type: PropType; readonly default: "div"; }; }; export declare const cardBasePropKeys: ("tag" | "size" | "float" | "title" | "role" | "bordered" | "contentStyle" | "headerStyle" | "footerStyle" | "closable" | "onClose" | "hoverable" | "embedded" | "headerExtraStyle" | "segmented" | "headStyle")[]; export declare const cardProps: { title: StringConstructor; contentStyle: PropType; headerStyle: PropType; headerExtraStyle: PropType; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; headStyle: PropType<"block" | "divide">; bordered: { readonly type: BooleanConstructor; readonly default: boolean; }; closable: BooleanConstructor; hoverable: BooleanConstructor; float: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type CardProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ title: StringConstructor; contentStyle: PropType; headerStyle: PropType; headerExtraStyle: PropType; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; headStyle: PropType<"block" | "divide">; bordered: { readonly type: BooleanConstructor; readonly default: boolean; }; closable: BooleanConstructor; hoverable: BooleanConstructor; float: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: { baseColor: string; ghostColor: string; primaryColor: string; primaryColorHover: string; primaryColorPressed: string; primaryGhostHoverColor: string; primaryGhostPressedColor: string; primaryColorSuppl: string; wInfoColor: string; wInfoIconBorderColor: string; wInfoIconBackgroundColor: string; infoColor: string; infoColorHover: string; infoColorPressed: string; infoGhostHoverColor: string; infoGhostPressedColor: string; infoColorSuppl: string; wSuccessColor: string; wSuccessIconBorderColor: string; wSuccessIconBackgroundColor: string; successColor: string; successColorHover: string; successColorPressed: string; successGhostHoverColor: string; successGhostPressedColor: string; successColorSuppl: string; wWarningColor: string; wWarningIconBorderColor: string; wWarningIconBackgroundColor: string; wWarningMsgBackgroundColor: string; warningColor: string; warningColorHover: string; warningColorPressed: string; warningGhostHoverColor: string; warningGhostPressedColor: string; warningColorSuppl: string; wErrorColor: string; wErrorIconBorderColor: string; wErrorIconBackgroundColor: string; errorColor: string; errorColorHover: string; errorColorPressed: string; errorGhostHoverColor: string; errorGhostPressedColor: string; errorColorSuppl: string; wQueColor: string; wQueIconBorderColor: string; wQueIconBackgroundColor: string; textColorBase: string; textColor: string; textColor1: string; textColor2: string; textColor3: string; textColor4: string; textColor5: string; textColorDisabled: string; textColorDisabled1: string; textColorDisabled2: string; placeholderColor: string; placeholderColorDisabled: string; iconColor: string; iconColorHover: string; iconColorPressed: string; iconColorDisabled: string; opacity1: string; opacity2: string; opacity3: string; opacity4: string; opacity5: string; dividerColor: string; dividerColor1: string; dividerColor2: string; borderColor: string; borderColor1: string; borderColor2: string; borderColor3: string; borderColor4: string; borderNormalColor: string; borderDisableColor: string; borderFocusColor: string; closeColor: string; closeColor1: string; closeColorDisabled: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; clearColor: string; clearColorHover: string; clearColorPressed: string; scrollbarColor: string; scrollbarColorHover: string; scrollbarWidth: string; scrollbarHoverWidth: string; scrollbarHeight: string; scrollbarHoverHeight: string; scrollbarBorderRadius: string; scrollbarBorderHoverRadius: string; progressRailColor: string; railColor: string; popoverColor: string; tableColor: string; cardColor: string; modalColor: string; bodyColor: string; tagColor: string; avatarColor: string; invertedColor: string; inputColor: string; codeColor: string; tabColor: string; actionColor: string; tableHeaderColor: string; hoverColor: string; tableColorHover: string; tableColorStriped: string; pressedColor: string; opacityDisabled: string; inputColorDisabled: string; inputColorDisabled1: string; inputColorDisabled2: string; buttonColor2: string; buttonColor2Hover: string; buttonColor2Pressed: string; boxShadow1: string; boxShadow2: string; boxShadow3: string; boxShadow4: string; boxShadow5: string; boxShadow6: string; boxShadow7: string; fontFamily: string; fontFamilyMono: string; fontWeight: string; fontWeightStrong: string; cubicBezierEaseInOut: string; cubicBezierEaseOut: string; cubicBezierEaseIn: string; borderRadius: string; borderRadiusSmall: string; fontSize: string; fontSizeMini: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; heightMini: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; name: "common"; }; self: { lineHeight: string; color: string; colorModal: string; colorPopover: string; colorTarget: string; colorEmbedded: string; colorEmbeddedModal: string; colorEmbeddedPopover: string; textColor: string; titleTextColor: string; borderColor: string; borderColorHover: string; actionColor: string; titleFontWeight: string; fontWeight: string; closeColor: 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-title-background': string; '--n-close-color': 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-border-color-hover': string; '--n-box-shadow': string; '--n-padding-top': string; '--n-padding-bottom': string; '--n-padding-left': string; '--n-padding-right': 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; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; headerStyle: PropType; headerExtraStyle: PropType; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; headStyle: PropType<"block" | "divide">; bordered: { readonly type: BooleanConstructor; readonly default: boolean; }; closable: BooleanConstructor; hoverable: BooleanConstructor; float: BooleanConstructor; role: StringConstructor; onClose: PropType void>>; tag: { readonly type: PropType; readonly default: "div"; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>>, { tag: keyof HTMLElementTagNameMap; size: "small" | "medium" | "large" | "huge"; float: boolean; bordered: boolean; closable: boolean; hoverable: boolean; embedded: boolean; segmented: boolean | CardSegmented; }>; export default _default;