import type { AnchorCssVariables, AnchorFactory, AnchorProps, AnchorStylesNames, AnchorVariant } from './Anchor';
export { Anchor } from './Anchor';
export type { AnchorProps, AnchorStylesNames, AnchorCssVariables, AnchorFactory, AnchorVariant, } from './Anchor';
export declare namespace Anchor {
    type Props = AnchorProps;
    type StylesNames = AnchorStylesNames;
    type CssVariables = AnchorCssVariables;
    type Factory = AnchorFactory;
    type Variant = AnchorVariant;
}
