import React from 'react';
import { FloatingPlaceholderProps } from './types';
declare const FloatingPlaceholder: {
    (props: FloatingPlaceholderProps): React.JSX.Element;
    displayName: string;
};
export default FloatingPlaceholder;
