/**
 * @license
 *
 * Copyright IBM Corp. 2026
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
import '@carbon/web-components/es/components/button/index.js';
import '@carbon/web-components/es/components/icon-button/index.js';
import '@carbon/web-components/es/components/popover/popover-content.js';
import CDSButton from '@carbon/web-components/es/components/button/button';
/**
 * Tearsheet Scroller button
 * @element c4p-tearsheet-scroller
 */
export declare class CDSTearsheetScroller extends CDSButton {
    slot: string;
    /**
     * Specify how the trigger should align with the tooltip
     */
    align: string;
    /**
     * Specify the collapse text for the scroller button
     */
    collapseText: string;
    /**
     * Specify the expand text for the scroller button
     */
    expandText: string;
    /**
     * Specify the size of the Button. Defaults to `md`.
     */
    size: string;
    protected _renderTooltipContent(): import("lit-html").TemplateResult<1>;
    private _handleScroller;
    render(): import("lit-html").TemplateResult<1>;
    static styles: import("lit").CSSResult;
}
export default CDSTearsheetScroller;
//# sourceMappingURL=tearsheet-scroller.d.ts.map