import { ComponentProps, FC } from 'react';
export declare const StoryLinkWrapper: FC<Props & ComponentProps<'a'>>;
interface Props {
    to: string;
}
export {};
//# sourceMappingURL=StoryLinkWrapper.d.ts.map