export declare const BackgroundStyleProps: { readonly backgroundGradient: "bg-gradient"; }; export declare const BorderRadiusStyleProps: { readonly borderRadius: "rounded"; }; export declare const SpacingStyleProp: { readonly margin: "m"; readonly marginTop: "mt"; readonly marginRight: "mr"; readonly marginBottom: "mb"; readonly marginLeft: "ml"; readonly marginX: "mx"; readonly marginY: "my"; }; export declare const PaddingStyleProps: { readonly padding: "p"; readonly paddingBottom: "pb"; readonly paddingLeft: "pl"; readonly paddingRight: "pr"; readonly paddingTop: "pt"; readonly paddingX: "px"; readonly paddingY: "py"; }; export declare const TextStyleProps: { readonly isTextBalanced: "text-wrap-pretty"; readonly textAlignment: "text"; readonly textHyphens: "text-hyphens"; readonly textWordBreak: "text-word-break"; }; export declare const HeadingStyleProps: { isTextBalanced: string; }; export declare const DisplayStyleProps: { readonly hideOn: "d"; readonly hideFrom: "d"; }; export declare const ThemeStyleProps: { readonly theme: ""; };