import { UpPictureCustomStylesKeys, UpPictureProps, UpPictureState } from './types';
export declare const getPictureCustomStyle: (key: UpPictureCustomStylesKeys, customStyles: import("../../../Common/theming/types").CustomStyles<UpPictureCustomStylesKeys, Partial<UpPictureProps>, UpPictureState>, props: Partial<UpPictureProps>, state?: UpPictureState) => import("typestyle/lib/types").NestedCSSProperties;
export declare const getCameraWrapperStyles: (props: UpPictureProps, state: UpPictureState) => {
    $nest: {
        '&.up-camera-wrapper video': {
            margin: string;
            border: string;
            borderRadius: string;
        };
    };
};
export declare const getPictureWrapperStyles: (props: UpPictureProps, state: UpPictureState) => {
    $nest: {
        '&.up-picture-wrapper': {
            margin: string;
        };
    };
};
