import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { TableSize } from './public-types'; export declare const tableProps: { bordered: { type: BooleanConstructor; default: boolean; }; bottomBordered: { type: BooleanConstructor; default: boolean; }; singleLine: { type: BooleanConstructor; default: boolean; }; striped: BooleanConstructor; singleColumn: BooleanConstructor; size: PropType; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type TableProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; 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; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { bordered: boolean; bottomBordered: boolean; striped: boolean; singleLine: boolean; singleColumn: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;