import { Destroyable } from "./Destroyable"; import { ConvertToChangedProps } from "./extendClassProps"; import { ReactiveVariable } from "./ReactiveVariable"; export declare function createProps | any; }>(props: T): Destroyable & T & ConvertToChangedProps;