import type { SectionMessageButtonBaseProps } from './types';
export declare const cnSectionMessageButton: import("@bem-react/classname").ClassNameFormatter;
export declare const SectionMessageButton: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<SectionMessageButtonBaseProps, "button", "as">;
