import type { TextProps } from 'react-native'; import { Animated } from 'react-native'; import type { IconProps } from '../Icon'; declare const StyledFAB: import("@emotion/native").StyledComponent> & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themeActive?: boolean; themeIconOnly?: boolean; }, {}, {}>; declare const StyledFABIcon: import("@emotion/native").StyledComponent; declare const StyledFABText: import("@emotion/native").StyledComponent; declare const StyledIconContainer: import("@emotion/native").StyledComponent; export { StyledFAB, StyledFABIcon, StyledFABText, StyledIconContainer };