import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { TableVariantProps } from './table.recipe'; export declare const FeaturedTable: DefineComponent; default: string; }; shadow: { type: PropType< TableVariantProps["shadow"]>; default: string; }; radius: { type: PropType< TableVariantProps["radius"]>; default: string; }; color: { type: PropType< TableVariantProps["color"]>; default: string; }; isCompact: { type: PropType; default: boolean; }; hideHeader: { type: PropType; default: boolean; }; fullWidth: { type: PropType; default: boolean; }; isHeaderSticky: { type: PropType; default: boolean; }; isSelectable: { type: PropType; default: boolean; }; divider: { type: PropType; default: boolean; }; noPadding: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ layout: { type: PropType< TableVariantProps["layout"]>; default: string; }; shadow: { type: PropType< TableVariantProps["shadow"]>; default: string; }; radius: { type: PropType< TableVariantProps["radius"]>; default: string; }; color: { type: PropType< TableVariantProps["color"]>; default: string; }; isCompact: { type: PropType; default: boolean; }; hideHeader: { type: PropType; default: boolean; }; fullWidth: { type: PropType; default: boolean; }; isHeaderSticky: { type: PropType; default: boolean; }; isSelectable: { type: PropType; default: boolean; }; divider: { type: PropType; default: boolean; }; noPadding: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { color: "default" | "primary" | "secondary" | "success" | "warning" | "danger" | undefined; layout: "auto" | "fixed" | undefined; radius: "none" | "sm" | "md" | "lg" | undefined; fullWidth: boolean; shadow: "none" | "border" | "sm" | "md" | "lg" | undefined; isCompact: boolean; isSelectable: boolean; divider: boolean; hideHeader: boolean; isHeaderSticky: boolean; noPadding: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;