export declare enum DocsBlockItemPropertyOptionRenderingStyle { /** Option will be rendered as a segmented control */ segmentedControl = "SegmentedControl", /** Option will be rendered as a toggle button */ toggleButton = "ToggleButton", /** Option will be rendered as a select */ select = "Select", /** Option will be rendered as a checkbox */ checkbox = "Checkbox" }