import React from 'react';
import { SkeletonLineProps } from './SkeletonLine.types';
declare const SkeletonLine: {
    ({ dataHook, className, width, margin, marginLeft, marginRight, marginTop, marginBottom, }: SkeletonLineProps): React.JSX.Element;
    displayName: string;
};
export default SkeletonLine;
//# sourceMappingURL=SkeletonLine.d.ts.map