import { TextInput, View } from 'react-native'; import type { ViewProps } from 'react-native'; import type { TypographyColorIntent } from '../Typography/types'; export type ToolbarMessageState = 'default' | 'filled' | 'disabled' | 'readonly'; declare const ToolbarWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const ToolbarGroupWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const ToolbarItemWrapper: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; }, {}, {}>; declare const IconButtonWrapper: import("@emotion/native").StyledComponent | undefined; }>; declare const IconButtonLabel: import("@emotion/native").StyledComponent; declare const StyledLabel: import("@emotion/native").StyledComponent; declare const ToolbarMessageWrapper: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledInputContainer: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledInput: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledPrefix: import("@emotion/native").StyledComponent | undefined; }>; export declare const StyledSuffix: import("@emotion/native").StyledComponent | undefined; }>; export { ToolbarWrapper, ToolbarGroupWrapper, ToolbarItemWrapper, IconButtonWrapper, IconButtonLabel, StyledLabel, ToolbarMessageWrapper, };