/** * Renders the svg gradient used by the skeleton animations. * @internal */ export declare const SkeletonGradient: (props: { id: string; }) => import("react/jsx-runtime").JSX.Element; /** * Renders the svg base background in skeleton animations. * @internal */ export declare const SkeletonBackgroundFill: () => import("react/jsx-runtime").JSX.Element; /** * Renders the animated skeleton svg contents. * @internal */ export declare const SkeletonDrawer: (props: { gradientId: string; }) => import("react/jsx-runtime").JSX.Element;