import { SearchForm, SectionElement } from '../../state'; /** * Component that should be included on all search forms to add/control background color and opacity */ export default function SearchFormBackground({ searchFormConfig, defaultColor, className, }: { searchFormConfig: SectionElement | SearchForm | undefined; defaultColor?: string; className?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=search-form-background.component.d.ts.map