import * as React from 'react';
import { ISkeletonProps } from './Skeleton.props';
export { ISkeletonProps } from './Skeleton.props';
/**
* Display a placeholder preview of your content before the data gets loaded to reduce
* load-time frustration.
*
* The data for your components might not be immediately available.
* You can increase the perceived performance for users by using skeletons.
*
* It feels like things are happening immediately, then the information is incrementally displayed on the screen.
* Read more on [Avoid The Spinner](https://www.lukew.com/ff/entry.asp?1797).
*
* ## Importing
*
* ```
* import { Skeleton } from "@naturacosmeticos/natds-web";
* ```
*/
export declare const Skeleton: React.ForwardRefExoticComponent & React.RefAttributes>;
export default Skeleton;