import { ComponentPublicInstance, DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { default as hlxbHelp } from './help.vue'; import { WithInstall } from '../utils'; export type HlxbHelpProps = ComponentPublicInstance; declare const HlxbHelp: WithInstall; default: string; }; showIndex: { type: BooleanConstructor; }; color: { type: PropType; default: string; }; fontSize: { type: PropType; default: string; }; placement: { type: PropType; default: string; }; text: { type: PropType; }; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ maxWidth: { type: PropType; default: string; }; showIndex: { type: BooleanConstructor; }; color: { type: PropType; default: string; }; fontSize: { type: PropType; default: string; }; placement: { type: PropType; default: string; }; text: { type: PropType; }; }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, { readonly maxWidth: { type: PropType; default: string; }; readonly showIndex: { type: BooleanConstructor; }; readonly color: { type: PropType; default: string; }; readonly fontSize: { type: PropType; default: string; }; readonly placement: { type: PropType; default: string; }; readonly text: { type: PropType; }; } & VNodeProps & AllowedComponentProps & ComponentCustomProps>; export default HlxbHelp;