import type { ProductDrawerProps } from './types'; declare const ProductDrawer: import("svelte").Component; type ProductDrawer = ReturnType; export default ProductDrawer;