import { ThemeStyleMap } from './Theme'; export type ThemeControls = { borderRadius?: string; }; export declare const defaultControlStyleMap: ThemeStyleMap;