import { ESLShareBaseAction } from '../core/esl-share-action';
import type { ESLShareButton } from '../core/esl-share-button';
/** Print action {@link ESLShareBaseAction} implementation */
export declare class ESLSharePrintAction extends ESLShareBaseAction {
    static readonly is: string;
    /** Does an action to share */
    share($button: ESLShareButton): void;
}
