import { ExtractPropTypes } from 'vue';
export declare const tableProps: Record<string, any>;
export type TablePropsType = ExtractPropTypes<typeof tableProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const propsResolverGenerator: (registerContext: import("../..").RegisterContext) => (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const tableCellProps: Record<string, any>;
export type TableCellProps = ExtractPropTypes<typeof tableCellProps>;
export declare const TableCellPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
