export declare const Text: { baseStyle: { fontFamily: string; fontWeight: string; }; variants: { shadowed: () => { style: { textShadowRadius: number; textShadowOffset: { width: number; height: number; }; textShadowColor: string; }; }; }; }; //# sourceMappingURL=Text.theme.d.ts.map