/// import { CSSStandardControlTemplateProps } from "./css.template.control.standard.props"; /** * Control template definition * * This is the standard control template that may be used for a CSS plugin. */ export default function CSSStandardControlTemplate(props: CSSStandardControlTemplateProps): JSX.Element;