import React, { PropsWithChildren } from 'react'; import { ViewProps } from 'remax/one'; interface Props extends PropsWithChildren { placeholder?: boolean; } declare const _default: ({ children, placeholder, className, ...props }: Props) => React.JSX.Element; export default _default;