declare function _default({ flex, text, height, fontSize, delay, gap, error, fontColor, width, leftIcon, type, disabled, rightIcon, borderColor, pickedColor, onStart, onClick, textPaddingLeft, textPaddingRight, onLongPress, pickedBorderColor, background, }: { flex?: number | undefined; text?: string | undefined; height?: number | undefined; fontSize?: number | undefined; delay?: number | undefined; gap?: string | undefined; error?: boolean | undefined; fontColor?: string | undefined; width?: string | undefined; leftIcon?: null | undefined; type?: string | undefined; disabled?: boolean | undefined; rightIcon?: null | undefined; borderColor?: string | undefined; pickedColor?: string | undefined; onStart?: (() => void) | undefined; onClick?: (() => void) | undefined; textPaddingLeft?: number | undefined; textPaddingRight?: number | undefined; onLongPress?: (() => void) | undefined; pickedBorderColor?: string | undefined; background?: string | undefined; }): React.JSX.Element; export default _default; import React from 'react';