export declare const SERVICE_BUTTON_APPEARANCES: readonly ["primary", "neutral"]; export type ServiceButtonAppearance = (typeof SERVICE_BUTTON_APPEARANCES)[number]; export declare const SERVICE_BUTTON_TYPES: readonly ["button", "submit", "reset"]; export type ServiceButtonType = (typeof SERVICE_BUTTON_TYPES)[number];