import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ name: { type: StringConstructor; }; status: { type: PropType<"success" | "error" | "loading">; default: string; }; showline: { type: BooleanConstructor; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ name?: unknown; status?: unknown; showline?: unknown; } & { status: "success" | "error" | "loading"; showline: boolean; } & { name?: string; }>, { status: "success" | "error" | "loading"; showline: boolean; }>; export default _default;