/// import { RenderRefControlConfig } from "./control.css.utilities.props"; /** * The type control, for a list of available types refer to: * https://github.com/mdn/data/blob/master/css/types.json * * These are provided from the design-to-code package * as TypeScript type. */ export declare function renderTypeControl(config: RenderRefControlConfig): JSX.Element;