export interface FieldsetProps { legend?: string; } export declare const Fieldset: import("@builder.io/qwik").Component;