import { type MessageCloseButtonProperties } from '../message-close-button';
export type SectionMessageCloseButtonProperties = MessageCloseButtonProperties;
/**
 * Close button for section message component.
 * @docs {@link https://design.visa.com/components/section-message/?code_library=react | See Docs}
 */
declare const SectionMessageCloseButton: {
    ({ children, className, ...remainingProps }: SectionMessageCloseButtonProperties): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default SectionMessageCloseButton;
