import { CustomElements, ModalWindowProps } from './types'; export declare const useCustomElements: (props: ModalWindowProps) => CustomElements;