declare const styles: {
    '.address-entity': {
        '&.address-entity_highlighted': {
            _before: {
                content: string;
                position: string;
                py: number;
                pl: number;
                pr: number;
                top: string;
                left: string;
                width: string;
                height: string;
                borderRadius: string;
                borderColor: string;
                borderWidth: string;
                borderStyle: string;
                bgColor: string;
                zIndex: number;
            };
            '& .entity__shield': {
                borderColor: string;
                bgColor: string;
            };
        };
    };
    '.address-entity_no-copy': {
        '&.address-entity_highlighted': {
            _before: {
                pr: number;
                width: string;
            };
        };
    };
};
export default styles;
