import { SecondaryButtonProps } from './ButtonActionTypes'; export declare const SecondaryButton: ({ children, notificationType, ...rest }: SecondaryButtonProps) => import("react/jsx-runtime").JSX.Element;