declare namespace _default { export let title: string; export { AnchorLinks as component }; export namespace subcomponents { export { AnchorLink }; } export namespace argTypes { namespace small { let control: string; } } } export default _default; export function Default(args: any): import("react/jsx-runtime").JSX.Element; export namespace Default { namespace args { let small_1: boolean; export { small_1 as small }; } } export function Small(args: any): import("react/jsx-runtime").JSX.Element; export namespace Small { export namespace args_1 { let small_2: boolean; export { small_2 as small }; } export { args_1 as args }; } import { AnchorLinks } from './anchor-links'; import { AnchorLink } from './anchor-link';