import { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const tableProps: { bordered: { type: BooleanConstructor; default: boolean; }; bottomBordered: { type: BooleanConstructor; default: boolean; }; singleLine: { type: BooleanConstructor; default: boolean; }; striped: BooleanConstructor; singleColumn: BooleanConstructor; size: { type: PropType<"small" | "medium" | "large">; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type TableProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ bordered: { type: BooleanConstructor; default: boolean; }; bottomBordered: { type: BooleanConstructor; default: boolean; }; singleLine: { type: BooleanConstructor; default: boolean; }; striped: BooleanConstructor; singleColumn: BooleanConstructor; size: { type: PropType<"small" | "medium" | "large">; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-td-color': string; '--n-td-color-modal': string; '--n-td-color-popover': string; '--n-td-text-color': string; '--n-border-color': string; '--n-border-color-modal': string; '--n-border-color-popover': string; '--n-border-radius': string; '--n-font-size': string; '--n-th-color': string; '--n-th-color-modal': string; '--n-th-color-popover': string; '--n-th-font-weight': string; '--n-th-text-color': string; '--n-line-height': string; '--n-td-padding': string; '--n-th-padding': string; '--n-td-color-striped': string; '--n-td-color-striped-modal': string; '--n-td-color-striped-popover': 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; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>>, { size: "small" | "medium" | "large"; bordered: boolean; bottomBordered: boolean; striped: boolean; singleLine: boolean; singleColumn: boolean; }>; export default _default;