import { CSProps } from '@workday/canvas-kit-styling';
export interface SkeletonHeaderProps extends CSProps {
    /**
     * The background color of the skeleton
     * @default `system.color.bg.alt.strong`
     */
    backgroundColor?: string;
    /**
     * The height of the shape in `px` or `%`.
     * @default 28px
     */
    height?: number | string;
    /**
     *  The width of the shape in `px` or `%`.
     * @default 100%
     */
    width?: number | string;
}
export declare const skeletonHeaderStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
    width: string;
    height: string;
    backgroundColor: string;
}, never>, {}, {
    width: string;
    height: string;
    backgroundColor: string;
}, never, never>;
export declare const SkeletonHeader: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonHeaderProps>;
//# sourceMappingURL=SkeletonHeader.d.ts.map