import { Skeleton as FASTSkeleton } from '@microsoft/fast-components'; /** * @tagname %%prefix%%-skeleton */ export declare class Skeleton extends FASTSkeleton { } export declare const foundationSkeletonShadowOptions: ShadowRootInit; export declare const defaultSkeletonConfig: {}; /** * The Foundation Skeleton * * @public * @remarks * HTML Element: \ */ export declare const foundationSkeleton: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition) => import("@microsoft/fast-foundation").FoundationElementRegistry; //# sourceMappingURL=skeleton.d.ts.map