import type { PropType } from 'vue'; interface MessagePageTab { value: string; label: string; icon: string; } export declare const DuxMessagePage: import("vue").DefineComponent; url: StringConstructor; title: StringConstructor; valueField: { type: StringConstructor; default: string; }; titleField: { type: StringConstructor; default: string; }; descField: { type: StringConstructor; default: string; }; contentField: { type: StringConstructor; default: string; }; timeField: { type: StringConstructor; default: string; }; readField: { type: StringConstructor; default: string; }; senderField: { type: StringConstructor; default: string; }; read: { type: BooleanConstructor; default: boolean; }; delete: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; url: StringConstructor; title: StringConstructor; valueField: { type: StringConstructor; default: string; }; titleField: { type: StringConstructor; default: string; }; descField: { type: StringConstructor; default: string; }; contentField: { type: StringConstructor; default: string; }; timeField: { type: StringConstructor; default: string; }; readField: { type: StringConstructor; default: string; }; senderField: { type: StringConstructor; default: string; }; read: { type: BooleanConstructor; default: boolean; }; delete: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { delete: boolean; valueField: string; descField: string; read: boolean; titleField: string; contentField: string; timeField: string; readField: string; senderField: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export {};