import React from 'react';
import { PlaceholderLineProps } from './type';
declare const PlaceholderLine: {
    ({ as, className, length, ...props }: PlaceholderLineProps): React.ReactElement<{
        className: string;
    }, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default PlaceholderLine;
