import React from 'react'; import type { StaticConfig, GuiComponent, GuiComponentState, GuiElement } from './types'; type ComponentSetState = React.Dispatch>; export declare const componentSetStates: Set; export declare function createComponent = {}, Ref extends GuiElement = GuiElement, BaseProps = never, BaseStyles extends object = never>(staticConfig: StaticConfig): GuiComponent; export {}; //# sourceMappingURL=createComponent.d.ts.map