import { types } from "typestyle";
import { ITheming } from "..";
export declare const UrlInputStyles: {
    inputWrapper?: types.NestedCSSProperties;
    label?: (themimg: ITheming) => types.NestedCSSProperties;
    disabledLabel?: (themimg: ITheming) => types.NestedCSSProperties;
    focusedLabel?: (themimg: ITheming) => types.NestedCSSProperties;
    switchModeIcon?: (theming: ITheming) => types.NestedCSSProperties;
    tabViewItemIconsWrapper?: types.NestedCSSProperties;
    tabItemIconWrapper?: types.NestedCSSProperties;
    selectedTabItem?: (theming: ITheming) => types.NestedCSSProperties;
    listViewItemIconWrapper?: types.NestedCSSProperties;
    defaultUrlIcon?: types.NestedCSSProperties;
    msTeamsIcon?: types.NestedCSSProperties;
};
