This is what I'm trying to do. It works just fine in JavaScript but not in TS
export const Container = styled.View` align-items: center;`;Container.Title = styled.Text` font-family: Poppins-Regular; color: #000000; font-size: 20px;`;
Property 'Title' does not exist on type 'StyledComponent<typeof View, DefaultTheme, {}, never>'.