export type { AffixConfiguration } from './affix-configuration.interface';
export type { AffixConstructor } from './affix-constructor.interface';
export type { AffixOptions } from './affix-options.interface';
export type { AffixSettings } from './affix-settings.interface';
