import React from 'react'; import { IButtonProps } from '../../primitives/Button'; export declare type IIconButtonProps = IButtonProps & { icon: JSX.Element; }; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & import("styled-system").PositionProps>> & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customFlexboxProps & import("../../../utils/customProps").customPositionProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customBackgroundProps & import("../../../utils").IAccessibilityProps & { style?: import("react-native").ViewStyle | undefined; children?: any; highlight?: number | undefined; colorScheme?: string | undefined; variant?: string | undefined; isLoading?: any; size?: "sm" | "md" | "lg" | "xs" | undefined; onPress?: any; shadow?: number | undefined; startIcon?: JSX.Element | JSX.Element[] | undefined; endIcon?: JSX.Element | JSX.Element[] | undefined; isLoadingText?: string | undefined; spinner?: JSX.Element | undefined; isDisabled?: boolean | undefined; _text?: import("../../primitives").ITextProps | undefined; } & { icon: JSX.Element; } & React.RefAttributes>>; export default _default;