import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; import { SFCWithInstall } from 'yc-pro-components/es/utils'; import { default as YcAnimateSelector } from './src/index.vue'; /** animate.css 选择器组件 */ export declare const YcAnimateSelectorWithInstall: SFCWithInstall; placeholder: { type: StringConstructor; default: string; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ modelValue: PropType; placeholder: { type: StringConstructor; default: string; }; }>>, { placeholder: string; }, {}>>; export { YcAnimateSelector }; export { animates } from './src/animate'; export default YcAnimateSelector; export { YcAnimateSelector as ReAnimateSelector }; export type YcAnimateSelectorInstance = InstanceType;