///
import { FlowindSize } from '../../styles';
export interface SkeletonStylesParams {
height: number | string;
width: number | string;
circle: boolean;
radius: FlowindSize;
animate: boolean;
}
declare const _default: (params: SkeletonStylesParams, options?: import("../../styles/utils/create-styles/create-styles").UseStylesOptions) => {
classes: {
root: string;
visible: string;
};
cx: typeof import("clsx").clsx;
theme: import("../../styles").FlowindTheme;
styls: {
root: import("react").CSSProperties;
};
};
export default _default;