import { SidePanelProps } from '@wix/design-system'; export declare function useSidePanelProps({ onClose, }: { onClose?: () => void; }): Partial; //# sourceMappingURL=useSidePanelProps.d.ts.map