import React from 'react';
export interface SkeletonBodyTextProps {
    /**
     * Number of lines to display
     * @default 3
     */
    lines?: number;
}
export declare function SkeletonBodyText({ lines }: SkeletonBodyTextProps): React.JSX.Element;
//# sourceMappingURL=SkeletonBodyText.d.ts.map