export declare const styles: {
    colorControl: {
        display: string;
        flexDirection: string;
        overflow: string;
        justifyContent: string;
    };
    swatch: {
        padding: string;
        background: string;
        borderRadius: string;
        boxShadow: string;
        cursor: string;
    };
    popover: {
        overflow: string;
        position: string;
        zIndex: string;
        marginTop: number;
    };
    cover: {
        position: string;
        top: string;
        right: string;
        bottom: string;
        left: string;
    };
    onLeft: {
        overflow: string;
        direction: string;
    };
    handleError: {
        padding: number;
        display: string;
        justifyContent: string;
    };
    padding5: {
        padding: number;
    };
    buttonOverlay: {
        height: number;
    };
    displayNone: {
        display: string;
    };
};
