import { default as React } from 'react';
import { VLANFieldProps } from '../../../Field/IPAM/VLAN';
export interface UseVLANProps {
    vlan?: VLANFieldProps | VLANFieldProps[];
}
declare const useVLAN: ({ vlan }: UseVLANProps) => React.ReactElement[] | null;
export default useVLAN;
//# sourceMappingURL=useVLAN.d.ts.map