import { default as React } from 'react';
type InputSuffixProps = {
    className?: string;
    children: React.ReactNode;
} & JSX.IntrinsicElements['div'];
export declare const InputSuffix: ({ className, children, ...divProps }: InputSuffixProps) => React.ReactElement;
export {};
