import { ButtonProps } from './Button'; export declare const START_BUTTON_LABEL = "Start now"; /** * Use a start button for the main call to action on your service’s [start page]. Start buttons do not submit form data, so they use a link tag rather than a button tag. */ export declare const StartButton: ({ children, ...attrs }: ButtonProps) => import("react/jsx-runtime").JSX.Element;