import { JSX } from 'solid-js/jsx-runtime'; export declare const Input: (props: JSX.InputHTMLAttributes & { class?: string; rounded?: boolean; }) => JSX.Element; export declare const Label: (props: JSX.HTMLAttributes & { class?: string; }) => JSX.Element; export declare const LabelText: (props: JSX.HTMLAttributes & { class?: string; }) => JSX.Element;