import { type BoxProps } from '../Box'; export type InputBoxSkeletonProps = BoxProps; declare const InputBoxSkeleton: (props: InputBoxSkeletonProps) => import("react/jsx-runtime").JSX.Element; export default InputBoxSkeleton; //# sourceMappingURL=InputBoxSkeleton.d.ts.map