import React from 'react'; import { ThemeProp } from '@cloudflare/style-container'; import { Icon, IconType } from '@cloudflare/component-icon'; declare type IconProps = React.ComponentProps; export declare const buttonStyles: (props: PropsWithTheme) => { readonly borderTopRightRadius: 0 | "4px"; readonly borderTopLeftRadius: 0 | "4px"; readonly borderBottomLeftRadius: 0 | "4px"; readonly borderBottomRightRadius: 0 | "4px"; readonly '&::before': { content: string; color: string | undefined; display: string; alignItems: string; justifyContent: string; position: string; left: number; height: string; width: string; opacity: number; animationName: { '50%': { opacity: number; }; }; animationDuration: string; animationIterationCount: string; animationTimingFunction: string; } | { display: string; content?: undefined; color?: undefined; alignItems?: undefined; justifyContent?: undefined; position?: undefined; left?: undefined; height?: undefined; width?: undefined; opacity?: undefined; animationName?: undefined; animationDuration?: undefined; animationIterationCount?: undefined; animationTimingFunction?: undefined; }; readonly opacity: 0.5 | "inherit"; readonly mt: number; readonly mr: 0; readonly mb: 0; readonly ml: number; readonly px: 3 | "11px"; readonly py: 2 | 1; readonly pointerEvents: "none" | "auto"; readonly position: "relative"; readonly textAlign: "center"; readonly transitionProperty: "all"; readonly transitionDuration: "300ms"; readonly transitionTimingFunction: "ease"; readonly userSelect: "none"; readonly maxWidth: "initial"; readonly float: "none"; readonly whiteSpace: "normal" | "nowrap"; readonly width: "auto" | "100%"; readonly boxShadow?: string | undefined; readonly '&:focus-visible': { readonly outlineOffset: 2; readonly outlineWidth: 2; readonly outlineStyle: "solid"; readonly outlineColor: string; }; readonly '&[title]': { readonly pointerEvents: "none" | "auto"; }; readonly backgroundColor: string | undefined; readonly color: string | undefined; readonly cursor: "pointer" | "default"; readonly display: "inline-flex"; readonly gap: 1; readonly flexGrow: 1 | undefined; readonly alignItems: "center"; readonly justifyContent: "center"; readonly fontFamily: "-apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, \"Helvetica Neue\", Arial, sans-serif"; readonly fontSize: 2 | 1; readonly fontWeight: 500; readonly lineHeight: 1.2; readonly border: "none"; readonly '&:focus'?: { backgroundColor: string | undefined; color: string | undefined; boxShadow: string | undefined; } | undefined; readonly '&:hover'?: { backgroundColor: string | undefined; color: string | undefined; boxShadow: string | undefined; } | undefined; readonly '&:active'?: { backgroundColor: string | undefined; color: string | undefined; boxShadow: string | undefined; } | undefined; readonly '&:focus:active'?: { backgroundColor: string | undefined; color: string | undefined; boxShadow: string | undefined; } | undefined; }; declare type Props = React.PropsWithChildren<{ id?: string; name?: string; submit?: boolean; spaced?: boolean; space?: number; direction?: 'column' | 'row'; group?: 'first' | 'inbetween' | 'last'; type?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'plain' | 'plainMono' | 'plainDestructive'; testId?: string; loading?: boolean; inverted?: boolean; iconType?: IconType; iconLabel?: string; iconProps?: IconProps; iconSize?: number; iconPosition?: 'left' | 'right'; ariaLabel?: string; stretch?: boolean; noWrapText?: boolean; buttonState?: 'hover' | 'active' | 'focus'; compact?: boolean; }> & Pick; declare type PropsWithTheme = Props & ThemeProp; declare const _default: React.ComponentType<{ children?: React.ReactNode; form?: string | undefined; id?: string | undefined; name?: string | undefined; space?: number | undefined; disabled?: boolean | undefined; compact?: boolean | undefined; className?: string | undefined; tabIndex?: number | undefined; type?: "default" | "success" | "warning" | "primary" | "danger" | "plain" | "plainMono" | "plainDestructive" | undefined; direction?: "column" | "row" | undefined; key?: React.Key | null | undefined; onClick?: React.MouseEventHandler | undefined; loading?: boolean | undefined; stretch?: boolean | undefined; submit?: boolean | undefined; ariaLabel?: string | undefined; testId?: string | undefined; inverted?: boolean | undefined; spaced?: boolean | undefined; group?: "first" | "last" | "inbetween" | undefined; iconType?: "search" | "link" | "code" | "script" | "table" | "time" | "filter" | "image" | "right" | "none" | "download" | "target" | "list" | "version" | "key" | "left" | "revert" | "collapse" | "copy" | "help" | "add" | "subtract" | "warning" | "pause" | "dlp" | "account-analytics-logo" | "add-member" | "ai-audit" | "analytics-data" | "analytics-search" | "api-security" | "api" | "apple-outline" | "applications" | "arrow-down" | "arrow-external-link" | "attention-outline" | "attention-solid" | "auto-rag-outline" | "backward" | "bolt-solid" | "bolt" | "bookmark-outline" | "bookmark-solid" | "byoip" | "calendar" | "calls" | "captcha-outline" | "carbon" | "caret-double-left" | "caret-double-right" | "caret-down-stroke" | "caret-down" | "caret-left-stroke" | "caret-left" | "caret-reorder2" | "caret-right-stroke" | "caret-right" | "caret-up-stroke" | "caret-up" | "case-study" | "certificate" | "change-outline" | "chart" | "clipboard" | "cloud-internet-solid" | "cloud-internet" | "cloud-multi" | "cloud-security" | "cloudflare-access" | "cloudflare-argo-smart-routing-outline" | "cloudflare-browser-outline" | "cloudflare-dex" | "cloudflare-email-security" | "cloudflare-magic-wan" | "cloudflare-pipelines" | "cloudflare-ruleset-engine" | "cloudflare-security-application" | "cloudflare-security-network" | "cloudflare-zero-trust" | "code-api-outline" | "code-edit" | "connector" | "corner-down-right" | "credit-card" | "customer-service-outline" | "d1" | "ddos-attack-outline" | "ddos-attack" | "device-desktop" | "device-laptop" | "device-mobile" | "device-tablet" | "discord" | "discover" | "documentation" | "drag-outline" | "drag-solid" | "drive" | "edge-log-delivery" | "edgeworker" | "edit" | "email-forwarding" | "exclamation-sign" | "expand" | "external-link" | "eye" | "facebook" | "file" | "filter-drawer-outline" | "firewall-rules" | "flowchart" | "folder" | "forward" | "funnel" | "garbage-outline" | "garbage" | "gateway" | "gear" | "git-branch" | "github" | "globe" | "graduation-outline" | "hamburger" | "hide-eye" | "home" | "hyperdrive" | "inbox" | "info-sign" | "innovation-thinking-outline" | "innovation-thinking-solid" | "internet-browser" | "leaf" | "lighthouse-outline" | "linkedin" | "lock" | "logs" | "machine-learning-contextual-outline" | "magic-firewall" | "magic-network-monitoring" | "magic-transit-logo" | "mail" | "mcp-server-outline" | "media-play" | "minus" | "more" | "network-analytics-logo" | "network-security" | "network" | "no-edit" | "notifications" | "office-branch" | "ok-sign" | "ok" | "open-sidepanel-right" | "optimization-scale" | "organization-outline" | "overflow2solid" | "overflow-solid" | "pages-logo" | "performance-arrow-up" | "performance-cloud-speed-outline" | "phishing-outline" | "pin-outline" | "pin-solid" | "platform-apps" | "plus" | "podcast-microphone-outline" | "podcast-microphone-solid" | "preemptive-outline" | "price-outline" | "price-solid" | "printer" | "processing" | "product-security-center" | "pub-sub" | "pull-request" | "queues" | "r2outline" | "r2" | "refactor-outline" | "refresh" | "registrar-logo" | "reliability-dns" | "reliability-load-balancer" | "reliability-timer-outline" | "reliability-timer-solid" | "remove" | "reorder" | "replatform-outline" | "resize-horizontal" | "retarget" | "reusable-components" | "router" | "security-bots" | "security-fingerprint" | "security-waf-solid" | "security-waf" | "server-origin" | "share-arrow-outline" | "shield" | "spectrum" | "speech" | "star-outline" | "star" | "stream" | "tail-worker" | "teams" | "terraform" | "thumbs-down-outline" | "thumbs-down-solid" | "thumbs-up-outline" | "thumbs-up-solid" | "timer" | "trace" | "traffic-attack-browser" | "turnstile" | "twitter" | "two-way" | "unlock-outline" | "upload" | "user-multi" | "user-outline" | "user" | "vectorize" | "virtual-machine-outline" | "waiting-room" | "warning-outline" | "warning-solid" | "warp" | "web-analytics-logo" | "web3" | "workers-bundled" | "workers-constellation" | "workers-durable-objects" | "workers-for-platforms" | "workers-kv" | "workers-pages" | "workers-unbound" | "wrangler" | "wrench" | "yes-check-outline" | "yes-check-solid" | "youtube" | "zaraz" | "zero-trust-risk-scoring" | "zerotrust-casb-logo" | "zerotrust-networks-logo" | undefined; iconLabel?: string | undefined; iconProps?: IconProps | undefined; iconSize?: number | undefined; iconPosition?: "right" | "left" | undefined; noWrapText?: boolean | undefined; buttonState?: "focus" | "active" | "hover" | undefined; p?: import("csstype").PaddingProperty | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | undefined; color?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; height?: import("csstype").HeightProperty | [import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined] | [import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined] | undefined; width?: import("csstype").WidthProperty | [import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined] | [import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined] | undefined; cursor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; display?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; fontSize?: import("csstype").FontSizeProperty | [import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined] | [import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined] | undefined; fontWeight?: import("csstype").FontWeightProperty | [import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined] | [import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined] | undefined; textDecoration?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; margin?: import("csstype").MarginProperty | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | undefined; marginLeft?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; marginRight?: import("csstype").MarginRightProperty | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | undefined; marginTop?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; marginBottom?: import("csstype").MarginBottomProperty | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | undefined; padding?: import("csstype").PaddingProperty | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | undefined; paddingLeft?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; paddingRight?: import("csstype").PaddingRightProperty | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | undefined; paddingTop?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; paddingBottom?: import("csstype").PaddingBottomProperty | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | undefined; gap?: import("csstype").GapProperty | [import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined] | [import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined] | undefined; m?: import("csstype").MarginProperty | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | undefined; ml?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; mr?: import("csstype").MarginRightProperty | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | undefined; mt?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; mb?: import("csstype").MarginBottomProperty | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | undefined; mx?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; my?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; pl?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; pr?: import("csstype").PaddingRightProperty | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | undefined; pt?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; pb?: import("csstype").PaddingBottomProperty | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | undefined; px?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; py?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; minWidth?: import("csstype").MinWidthProperty | [import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined] | [import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined] | undefined; minHeight?: import("csstype").MinHeightProperty | [import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined] | [import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined] | undefined; maxWidth?: import("csstype").MaxWidthProperty | [import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined] | [import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined] | undefined; maxHeight?: import("csstype").MaxHeightProperty | [import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined] | [import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined] | undefined; backgroundColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderLeftColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderRightColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderTopColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderBottomColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderStyle?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderTopStyle?: import("csstype").BorderTopStyleProperty | [import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined] | [import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined] | undefined; borderBottomStyle?: import("csstype").BorderBottomStyleProperty | [import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined] | [import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined] | undefined; borderLeftStyle?: import("csstype").BorderLeftStyleProperty | [import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined] | [import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined] | undefined; borderRightStyle?: import("csstype").BorderRightStyleProperty | [import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined] | [import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined] | undefined; borderWidth?: import("csstype").BorderWidthProperty | [import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined] | [import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined] | undefined; borderTopWidth?: import("csstype").BorderTopWidthProperty | [import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined] | [import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined] | undefined; borderBottomWidth?: import("csstype").BorderBottomWidthProperty | [import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined] | [import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined] | undefined; borderLeftWidth?: import("csstype").BorderLeftWidthProperty | [import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined] | [import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined] | undefined; borderRightWidth?: import("csstype").BorderRightWidthProperty | [import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined] | [import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined] | undefined; borderRadius?: import("csstype").BorderRadiusProperty | [import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined] | [import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined] | undefined; borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty | [import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined] | [import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined] | undefined; borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty | [import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined] | [import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined] | undefined; borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty | [import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined] | [import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined] | undefined; borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty | [import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined] | [import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined] | undefined; textAlign?: import("csstype").TextAlignProperty | [import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined] | [import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined] | undefined; verticalAlign?: import("csstype").VerticalAlignProperty | [import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined] | [import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined] | undefined; alignItems?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; alignSelf?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; justifyContent?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; textTransform?: import("csstype").TextTransformProperty | [import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined] | [import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined] | undefined; boxSizing?: import("csstype").BoxSizingProperty | [import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined] | [import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined] | undefined; flexDirection?: import("csstype").FlexDirectionProperty | [import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined] | [import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined] | undefined; flexBasis?: import("csstype").FlexBasisProperty | [import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined] | [import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined] | undefined; flexGrow?: import("csstype").GlobalsNumber | [import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined] | [import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined] | undefined; gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty | [import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined] | [import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined] | undefined; innerRef?: React.Ref | undefined; gridColumnSpan?: number | number[] | "all" | "end" | undefined; gridColumnPad?: number | number[] | undefined; gridRowSpan?: number | number[] | undefined; gridRowPad?: number | number[] | undefined; gridAlign?: ("start" | "end" | "center" | "stretch") | undefined; gridJustify?: ("start" | "end" | "center" | "stretch") | undefined; }>; export default _default;