import { types } from "typestyle";
import { ITheming } from "@omnia/fx/ux";
export declare const imageSize = 357.25;
export declare const DallEProviderStyles: {
    wrapper: string;
    text: string;
    notify: string;
    label: string;
    inputText: string;
    selectInputStyle: string;
    imageCol: string;
    imageHeight: string;
    image: string;
    shadowCard: string;
    skeletonWrapper: string;
    DallEFilterContentErrorWrapper: string;
    ErrorIcon: string;
    promptTip: string;
    FullHeight: string;
};
export declare const dallEImageGridStyles: {
    row?: types.NestedCSSProperties;
    column?: types.NestedCSSProperties;
    imageWrapper?: types.NestedCSSProperties;
    image?: types.NestedCSSProperties;
    noResultsWrapper: types.NestedCSSProperties;
    noResultsPositioner: types.NestedCSSProperties;
    noResultsText: (theme: ITheming) => types.NestedCSSProperties;
    overlay?: types.NestedCSSProperties;
    backgroundColor?: types.NestedCSSProperties;
    defaultOverlay?: types.NestedCSSProperties;
};
export declare const MediaProviderComponentBaseStyles: {
    baseWrapper: string;
    providerWrapper: string;
    loadingProviderWrapper: string;
    providerContent: string;
    loadingOverlayWrapper: string;
    loadingWrapper: string;
    gridWrapper: string;
};
