import { JSX } from 'solid-js/jsx-runtime'; export declare const Button: (props: Omit, "style"> & { /** * The variant of the button to use (color) */ variant?: 'primary' | 'secondary' | 'tertiary'; style?: JSX.CSSProperties; }) => JSX.Element;