import * as React from 'react';
import { ExtractProps } from '@workday/canvas-kit-react/common';
import { Box } from '@workday/canvas-kit-react/layout';
export interface BannerActionTextProps extends ExtractProps<typeof Box, never> {
    /**
     * The text of the Banner action.
     * @default 'View All'
     */
    children?: React.ReactNode;
}
export declare const actionBarTextStencil: import("@workday/canvas-kit-styling").Stencil<{
    isSticky: {
        true: {
            display: string;
        };
    };
}, {}, {}, never, never>;
export declare const BannerActionText: import("@workday/canvas-kit-react/common").ElementComponentM<"span", BannerActionTextProps, {
    state: {
        id: string;
        hasError: boolean;
        isSticky: boolean;
    };
    events: {};
}>;
//# sourceMappingURL=BannerActionText.d.ts.map