import type { ExtractPropTypes } from 'vue'; export declare function appProps(): { rootClassName: StringConstructor; message: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").ConfigOptions; }; notification: { type: import("vue").PropType; default: import("@antdv/ui/es/ui").NotificationConfig; }; }; export type AppProps = Partial>;