import { LuCoreSelectApiV4Directive, ALuCoreSelectApiDirective } from '@lucca-front/ng/core-select/api'; /** * @deprecated use LuCoreSelectApiV4Directive from @lucca-front/ng/core-select/api instead */ declare const LuSimpleSelectApiV4Directive: typeof LuCoreSelectApiV4Directive; /** * @deprecated use ALuCoreSelectApiDirective from @lucca-front/ng/core-select/api instead */ declare const ALuSimpleSelectApiDirective: typeof ALuCoreSelectApiDirective; export { ALuSimpleSelectApiDirective, LuSimpleSelectApiV4Directive };