export declare const PinField: import('react').ForwardRefExoticComponent & { handler?: import('./hook').Handler; } & import('react').RefAttributes>; export default PinField;