import React from 'react';
export declare const Placeholder: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
    style?: React.CSSProperties | undefined;
} & React.RefAttributes<HTMLDivElement>>>;
