export interface SkeletonHeaderProps {
    /**
     * The background color of the skeleton
     * @default soap200
     */
    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 SkeletonHeader: import("@workday/canvas-kit-react/common").ElementComponent<"div", SkeletonHeaderProps>;
//# sourceMappingURL=skeletonHeader.d.ts.map