declare const styles: {
    '.entity__shield': {
        bgColor: string;
        borderColor: string;
    };
};
export default styles;
