///
///
import React from "react";
import { DefaultTheme, StyledComponent } from "styled-components";
import { TextProps } from "./Text.styled";
export declare const Text: StyledComponent<"span", DefaultTheme, {
p?: import("styled-system").ResponsiveValue>> | undefined;
style?: import("react-native").StyleProp;
ref?: React.Ref | undefined;
allowFontScaling?: boolean | undefined;
children?: React.ReactNode;
ellipsizeMode?: "head" | "middle" | "clip" | "tail" | undefined;
lineBreakMode?: "head" | "middle" | "clip" | "tail" | undefined;
numberOfLines?: number | undefined;
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent) => void) | undefined;
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
testID?: string | undefined;
nativeID?: string | undefined;
maxFontSizeMultiplier?: number | null | undefined;
adjustsFontSizeToFit?: boolean | undefined;
minimumFontScale?: number | undefined;
suppressHighlighting?: boolean | undefined;
selectable?: boolean | undefined;
selectionColor?: import("react-native").ColorValue | undefined;
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
dataDetectorType?: "link" | "none" | "all" | "email" | "phoneNumber" | null | undefined;
android_hyphenationFrequency?: "normal" | "none" | "balanced" | "full" | "high" | undefined;
accessible?: boolean | undefined;
accessibilityActions?: readonly Readonly<{
name: string;
label?: string | undefined;
}>[] | undefined;
accessibilityLabel?: string | undefined;
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
accessibilityState?: import("react-native").AccessibilityState | undefined;
accessibilityHint?: string | undefined;
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
accessibilityElementsHidden?: boolean | undefined;
accessibilityViewIsModal?: boolean | undefined;
onAccessibilityEscape?: (() => void) | undefined;
onAccessibilityTap?: (() => void) | undefined;
onMagicTap?: (() => void) | undefined;
accessibilityIgnoresInvertColors?: boolean | undefined;
border?: import("styled-system").ResponsiveValue>> | undefined;
alignContent?: import("styled-system").ResponsiveValue>> | undefined;
alignItems?: import("styled-system").ResponsiveValue>> | undefined;
alignSelf?: import("styled-system").ResponsiveValue>> | undefined;
color?: import("styled-system").ColorKeys | undefined;
backgroundColor?: import("styled-system").ResponsiveValue>> | undefined;
backgroundImage?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomColor?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomLeftRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomRightRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftColor?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderRightColor?: import("styled-system").ResponsiveValue>> | undefined;
borderRightStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderRightWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderTopColor?: import("styled-system").ResponsiveValue>> | undefined;
borderTopLeftRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderTopRightRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderTopStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderTopWidth?: import("styled-system").ResponsiveValue>> | undefined;
size?: import("styled-system").ResponsiveValue, Required>> | undefined;
cursor?: import("csstype").Property.Cursor | undefined;
display?: import("styled-system").ResponsiveValue>> | undefined;
flex?: import("styled-system").ResponsiveValue, Required>> | undefined;
flexBasis?: import("styled-system").ResponsiveValue, Required>> | undefined;
flexDirection?: import("styled-system").ResponsiveValue>> | undefined;
flexGrow?: any;
flexShrink?: any;
flexWrap?: import("styled-system").ResponsiveValue>> | undefined;
fontFamily?: import("styled-system").ResponsiveValue>> | undefined;
fontSize?: import("styled-system").ResponsiveValue>> | undefined;
fontStyle?: import("styled-system").ResponsiveValue>> | undefined;
fontWeight?: import("styled-system").ResponsiveValue<"medium" | "hairline" | "thin" | "light" | "semibold" | "extrabold" | "black" | import("csstype").Property.FontWeight, Required>> | undefined;
height?: import("styled-system").ResponsiveValue>> | undefined;
justifyContent?: import("styled-system").ResponsiveValue>> | undefined;
justifyItems?: import("styled-system").ResponsiveValue>> | undefined;
justifySelf?: import("styled-system").ResponsiveValue>> | undefined;
letterSpacing?: import("styled-system").ResponsiveValue>> | undefined;
lineHeight?: import("styled-system").ResponsiveValue<"base" | "normal" | "bold" | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | (number & {}) | (string & {}) | "bolder" | "lighter" | "none" | "shorter" | "short" | "tall" | "taller" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10", Required>> | undefined;
marginBottom?: import("styled-system").ResponsiveValue>> | undefined;
marginLeft?: import("styled-system").ResponsiveValue>> | undefined;
marginRight?: import("styled-system").ResponsiveValue>> | undefined;
marginTop?: import("styled-system").ResponsiveValue>> | undefined;
maxHeight?: import("styled-system").ResponsiveValue>> | undefined;
maxWidth?: import("styled-system").ResponsiveValue>> | undefined;
minHeight?: import("styled-system").ResponsiveValue>> | undefined;
minWidth?: import("styled-system").ResponsiveValue>> | undefined;
opacity?: any;
order?: any;
overflowX?: import("styled-system").ResponsiveValue>> | undefined;
overflowY?: import("styled-system").ResponsiveValue>> | undefined;
paddingBottom?: import("styled-system").ResponsiveValue>> | undefined;
paddingLeft?: import("styled-system").ResponsiveValue>> | undefined;
paddingRight?: import("styled-system").ResponsiveValue>> | undefined;
paddingTop?: import("styled-system").ResponsiveValue>> | undefined;
textAlign?: import("styled-system").ResponsiveValue>> | undefined;
verticalAlign?: import("styled-system").ResponsiveValue, Required>> | undefined;
width?: import("styled-system").ResponsiveValue>> | undefined;
borderBottom?: import("styled-system").ResponsiveValue>> | undefined;
borderColor?: import("styled-system").ResponsiveValue>> | undefined;
borderLeft?: import("styled-system").ResponsiveValue>> | undefined;
borderRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderRight?: import("styled-system").ResponsiveValue>> | undefined;
borderStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderTop?: import("styled-system").ResponsiveValue>> | undefined;
borderWidth?: import("styled-system").ResponsiveValue>> | undefined;
margin?: import("styled-system").ResponsiveValue>> | undefined;
outline?: import("styled-system").ResponsiveValue<0 | "medium" | "thin" | "black" | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | (string & {}) | "none" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "1px" | "2px" | "4px" | "8px" | "thick" | "dashed" | "dotted" | "double" | "groove" | "hidden" | "inset" | "outset" | "ridge" | "solid" | "invert", Required>> | undefined;
overflow?: import("styled-system").ResponsiveValue>> | undefined;
padding?: import("styled-system").ResponsiveValue>> | undefined;
key?: React.Key | null | undefined;
underlined?: boolean | undefined;
onClick?: (() => void) | undefined;
m?: import("styled-system").ResponsiveValue>> | undefined;
mt?: import("styled-system").ResponsiveValue>> | undefined;
mr?: import("styled-system").ResponsiveValue>> | undefined;
mb?: import("styled-system").ResponsiveValue>> | undefined;
ml?: import("styled-system").ResponsiveValue>> | undefined;
mx?: import("styled-system").ResponsiveValue>> | undefined;
marginX?: import("styled-system").ResponsiveValue>> | undefined;
my?: import("styled-system").ResponsiveValue>> | undefined;
marginY?: import("styled-system").ResponsiveValue>> | undefined;
pt?: import("styled-system").ResponsiveValue>> | undefined;
pr?: import("styled-system").ResponsiveValue>> | undefined;
pb?: import("styled-system").ResponsiveValue>> | undefined;
pl?: import("styled-system").ResponsiveValue>> | undefined;
px?: import("styled-system").ResponsiveValue>> | undefined;
paddingX?: import("styled-system").ResponsiveValue>> | undefined;
py?: import("styled-system").ResponsiveValue>> | undefined;
paddingY?: import("styled-system").ResponsiveValue>> | undefined;
bg?: import("styled-system").ResponsiveValue>> | undefined;
textStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderX?: import("styled-system").ResponsiveValue>> | undefined;
borderY?: import("styled-system").ResponsiveValue>> | undefined;
variant?: keyof import("./Text.theme").TextVariants | undefined;
} & {
theme?: DefaultTheme | undefined;
} & TextProps, never>;
declare const _default: StyledComponent<"span", DefaultTheme, {
p?: import("styled-system").ResponsiveValue>> | undefined;
style?: import("react-native").StyleProp;
ref?: React.Ref | undefined;
allowFontScaling?: boolean | undefined;
children?: React.ReactNode;
ellipsizeMode?: "head" | "middle" | "clip" | "tail" | undefined;
lineBreakMode?: "head" | "middle" | "clip" | "tail" | undefined;
numberOfLines?: number | undefined;
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
onTextLayout?: ((event: import("react-native").NativeSyntheticEvent) => void) | undefined;
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
testID?: string | undefined;
nativeID?: string | undefined;
maxFontSizeMultiplier?: number | null | undefined;
adjustsFontSizeToFit?: boolean | undefined;
minimumFontScale?: number | undefined;
suppressHighlighting?: boolean | undefined;
selectable?: boolean | undefined;
selectionColor?: import("react-native").ColorValue | undefined;
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
dataDetectorType?: "link" | "none" | "all" | "email" | "phoneNumber" | null | undefined;
android_hyphenationFrequency?: "normal" | "none" | "balanced" | "full" | "high" | undefined;
accessible?: boolean | undefined;
accessibilityActions?: readonly Readonly<{
name: string;
label?: string | undefined;
}>[] | undefined;
accessibilityLabel?: string | undefined;
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
accessibilityState?: import("react-native").AccessibilityState | undefined;
accessibilityHint?: string | undefined;
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
accessibilityElementsHidden?: boolean | undefined;
accessibilityViewIsModal?: boolean | undefined;
onAccessibilityEscape?: (() => void) | undefined;
onAccessibilityTap?: (() => void) | undefined;
onMagicTap?: (() => void) | undefined;
accessibilityIgnoresInvertColors?: boolean | undefined;
border?: import("styled-system").ResponsiveValue>> | undefined;
alignContent?: import("styled-system").ResponsiveValue>> | undefined;
alignItems?: import("styled-system").ResponsiveValue>> | undefined;
alignSelf?: import("styled-system").ResponsiveValue>> | undefined;
color?: import("styled-system").ColorKeys | undefined;
backgroundColor?: import("styled-system").ResponsiveValue>> | undefined;
backgroundImage?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomColor?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomLeftRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomRightRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderBottomWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftColor?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderLeftWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderRightColor?: import("styled-system").ResponsiveValue>> | undefined;
borderRightStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderRightWidth?: import("styled-system").ResponsiveValue>> | undefined;
borderTopColor?: import("styled-system").ResponsiveValue>> | undefined;
borderTopLeftRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderTopRightRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderTopStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderTopWidth?: import("styled-system").ResponsiveValue>> | undefined;
size?: import("styled-system").ResponsiveValue, Required>> | undefined;
cursor?: import("csstype").Property.Cursor | undefined;
display?: import("styled-system").ResponsiveValue>> | undefined;
flex?: import("styled-system").ResponsiveValue, Required>> | undefined;
flexBasis?: import("styled-system").ResponsiveValue, Required>> | undefined;
flexDirection?: import("styled-system").ResponsiveValue>> | undefined;
flexGrow?: any;
flexShrink?: any;
flexWrap?: import("styled-system").ResponsiveValue>> | undefined;
fontFamily?: import("styled-system").ResponsiveValue>> | undefined;
fontSize?: import("styled-system").ResponsiveValue>> | undefined;
fontStyle?: import("styled-system").ResponsiveValue>> | undefined;
fontWeight?: import("styled-system").ResponsiveValue<"medium" | "hairline" | "thin" | "light" | "semibold" | "extrabold" | "black" | import("csstype").Property.FontWeight, Required>> | undefined;
height?: import("styled-system").ResponsiveValue>> | undefined;
justifyContent?: import("styled-system").ResponsiveValue>> | undefined;
justifyItems?: import("styled-system").ResponsiveValue>> | undefined;
justifySelf?: import("styled-system").ResponsiveValue>> | undefined;
letterSpacing?: import("styled-system").ResponsiveValue>> | undefined;
lineHeight?: import("styled-system").ResponsiveValue<"base" | "normal" | "bold" | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | (number & {}) | (string & {}) | "bolder" | "lighter" | "none" | "shorter" | "short" | "tall" | "taller" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10", Required>> | undefined;
marginBottom?: import("styled-system").ResponsiveValue>> | undefined;
marginLeft?: import("styled-system").ResponsiveValue>> | undefined;
marginRight?: import("styled-system").ResponsiveValue>> | undefined;
marginTop?: import("styled-system").ResponsiveValue>> | undefined;
maxHeight?: import("styled-system").ResponsiveValue>> | undefined;
maxWidth?: import("styled-system").ResponsiveValue>> | undefined;
minHeight?: import("styled-system").ResponsiveValue>> | undefined;
minWidth?: import("styled-system").ResponsiveValue>> | undefined;
opacity?: any;
order?: any;
overflowX?: import("styled-system").ResponsiveValue>> | undefined;
overflowY?: import("styled-system").ResponsiveValue>> | undefined;
paddingBottom?: import("styled-system").ResponsiveValue>> | undefined;
paddingLeft?: import("styled-system").ResponsiveValue>> | undefined;
paddingRight?: import("styled-system").ResponsiveValue>> | undefined;
paddingTop?: import("styled-system").ResponsiveValue>> | undefined;
textAlign?: import("styled-system").ResponsiveValue>> | undefined;
verticalAlign?: import("styled-system").ResponsiveValue, Required>> | undefined;
width?: import("styled-system").ResponsiveValue>> | undefined;
borderBottom?: import("styled-system").ResponsiveValue>> | undefined;
borderColor?: import("styled-system").ResponsiveValue>> | undefined;
borderLeft?: import("styled-system").ResponsiveValue>> | undefined;
borderRadius?: import("styled-system").ResponsiveValue>> | undefined;
borderRight?: import("styled-system").ResponsiveValue>> | undefined;
borderStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderTop?: import("styled-system").ResponsiveValue>> | undefined;
borderWidth?: import("styled-system").ResponsiveValue>> | undefined;
margin?: import("styled-system").ResponsiveValue>> | undefined;
outline?: import("styled-system").ResponsiveValue<0 | "medium" | "thin" | "black" | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | (string & {}) | "none" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "1px" | "2px" | "4px" | "8px" | "thick" | "dashed" | "dotted" | "double" | "groove" | "hidden" | "inset" | "outset" | "ridge" | "solid" | "invert", Required>> | undefined;
overflow?: import("styled-system").ResponsiveValue>> | undefined;
padding?: import("styled-system").ResponsiveValue>> | undefined;
key?: React.Key | null | undefined;
underlined?: boolean | undefined;
onClick?: (() => void) | undefined;
m?: import("styled-system").ResponsiveValue>> | undefined;
mt?: import("styled-system").ResponsiveValue>> | undefined;
mr?: import("styled-system").ResponsiveValue>> | undefined;
mb?: import("styled-system").ResponsiveValue>> | undefined;
ml?: import("styled-system").ResponsiveValue>> | undefined;
mx?: import("styled-system").ResponsiveValue>> | undefined;
marginX?: import("styled-system").ResponsiveValue>> | undefined;
my?: import("styled-system").ResponsiveValue>> | undefined;
marginY?: import("styled-system").ResponsiveValue>> | undefined;
pt?: import("styled-system").ResponsiveValue>> | undefined;
pr?: import("styled-system").ResponsiveValue>> | undefined;
pb?: import("styled-system").ResponsiveValue>> | undefined;
pl?: import("styled-system").ResponsiveValue>> | undefined;
px?: import("styled-system").ResponsiveValue>> | undefined;
paddingX?: import("styled-system").ResponsiveValue>> | undefined;
py?: import("styled-system").ResponsiveValue>> | undefined;
paddingY?: import("styled-system").ResponsiveValue>> | undefined;
bg?: import("styled-system").ResponsiveValue>> | undefined;
textStyle?: import("styled-system").ResponsiveValue>> | undefined;
borderX?: import("styled-system").ResponsiveValue>> | undefined;
borderY?: import("styled-system").ResponsiveValue>> | undefined;
variant?: keyof import("./Text.theme").TextVariants | undefined;
} & {
theme?: DefaultTheme | undefined;
} & TextProps, never>;
export default _default;