declare const styles: {
    container: {
        flex: number;
        width: string;
        height: string;
    };
    streamContainer: {
        flex: number;
        width: string;
        height: string;
    };
    stream: {
        flex: number;
        height: string;
        width: string;
    };
    localStreamContainer: {
        position: "absolute";
        height: number;
        width: number;
        right: number;
        bottom: number;
        zIndex: number;
        elevation: number;
    };
    remoteStreamContainer: {
        flex: number;
        height: string;
        width: string;
        resizeMode: "cover";
    };
    input: {
        height: number;
        margin: number;
        borderWidth: number;
        padding: number;
        flex: number;
    };
    text: {
        backgroundColor: string;
        color: string;
        fontSize: number;
        textAlign: "center";
        marginTop: number;
        marginRight: number;
        marginBottom: number;
        marginLeft: number;
        paddingTop: number;
        paddingRight: number;
        paddingBottom: number;
        paddingLeft: number;
    };
    actionItem: {
        flex: number;
        height: number;
    };
};
export default styles;
