import { RecipeVariants } from '@vanilla-extract/recipes'; import { BoxProps as PoutineBoxProps } from "../Box"; import * as styles from './Skeleton.css'; export type SkeletonBoxProps = RecipeVariants & PoutineBoxProps; export declare const Box: ({ trimLastLine, height, ...rest }: SkeletonBoxProps) => import("react/jsx-runtime").JSX.Element;