declare namespace _default { export { baseStyle }; } export default _default; declare namespace baseStyle { const display: string; const flexDirection: string; const height: number; const width: string; const borderWidth: number; const borderRadius: string; const borderStyle: string; const borderColor: string; const alignItems: string; const justifyContent: string; namespace selectors { namespace _invalid { export const backgroundColor: string; const borderColor_1: string; export { borderColor_1 as borderColor }; } } }