export declare const ButtonTypes: readonly ['primary', 'secondary', 'tertiary', 'internalThemeDark']; export declare const HtmlTypes: readonly ['button', 'reset', 'submit']; export type ButtonType = (typeof ButtonTypes)[number]; export type HtmlType = (typeof HtmlTypes)[number];