import '@etchteam/diamond-ui/composition/FormGroup/FormGroup'; import '@etchteam/diamond-ui/control/Button/Button'; import '@etchteam/diamond-ui/canvas/Section/Section'; import '@/components/composition/Wrap/Wrap'; import '@/components/control/LocationInput/LocationInput'; /** * Starting with a pre-filled material search form, the user only has to enter a location to * skip straight to the material result page. * * Examples of valid start paths: * - /material?materials=1&search=Plastic drinks bottles * - /material?materials=1,2,3search=Plastic wrapping * - /material?category=1&search=Cardboard * - /material?category=1 (The search term will be resolved if none is provided) */ export default function MaterialStartPage(): import("preact/compat").JSX.Element;