import { VelcronDefinition, VelcronRenderProps } from "../../core"; type ComponentCreatorProps = VelcronRenderProps & { containerClass?: object; elementClass?: object; }; declare const _default: import("vue-tsx-support")._TsxComponentV3, any, any, any>; export default _default;