import * as React from 'react';
import { ExtractProps } from '@workday/canvas-kit-react/common';
import { Flex } from '@workday/canvas-kit-react/layout';
export interface BannerLabelProps extends ExtractProps<typeof Flex, never> {
    /**
     * The text of the Banner.
     */
    children: React.ReactNode;
}
export declare const BannerLabel: import("@workday/canvas-kit-react/common").ElementComponentM<"div", BannerLabelProps, {
    state: {
        id: string;
        hasError: boolean;
        isSticky: boolean;
    };
    events: {};
}>;
//# sourceMappingURL=BannerLabel.d.ts.map