import { ReactElement, ReactPortal } from 'react';
import { PortalConfig, AnchorProps } from './usePortal_DEPRECATED.types';
export declare function usePortal_DEPRECATED(Component: ReactElement, portalConfig: PortalConfig): [false | ReactPortal, AnchorProps];
export declare function validate({ type }: {
    type: any;
}): boolean;
