import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
import { types } from "typestyle";
export declare const LayoutListingStyle: {
    iconDefaultStyle: types.NestedCSSProperties;
    wrapperIconStyle: types.NestedCSSProperties;
    customIconStyle: types.NestedCSSProperties;
    actionDefaultStyle?: (color?: string, borderColor?: string) => NestedCSSPropertiesExtends;
    wrapperStyle?: (color: string) => NestedCSSPropertiesExtends;
    listItemStyle: types.NestedCSSProperties;
    toolbarTitleStyle: types.NestedCSSProperties;
    contentStyle: types.NestedCSSProperties;
};
