type StyledChipWrapperProps = { themeVariant?: 'selection' | 'filter' | 'compact' | 'compact-outlined'; themeSelected?: boolean; }; declare const StyledChipWrapper: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & StyledChipWrapperProps, {}, {}>; declare const StyledChipIcon: import("@emotion/native").StyledComponent; export { StyledChipWrapper, StyledChipIcon };