import * as React from 'react';
export interface Props {
    idx: number;
}
declare const Placeholder: React.FC<Props>;
export default Placeholder;
