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