export const __esModule: boolean; export default meta; export namespace Component { function render(): react_1.JSX.Element; } declare namespace meta { const title: string; const component: typeof AccountLinkView_1.AccountLinkView; const tags: string[]; const argTypes: {}; } import react_1 = require("react"); import AccountLinkView_1 = require("./AccountLinkView");