import { Story } from '@storybook/react'; import { LinksOfTheDayProps } from './LinksOfTheDay'; declare const _default: { title: string; component: ({ heading, links }: LinksOfTheDayProps) => JSX.Element; argTypes: { background: { table: { disable: boolean; }; }; }; }; export default _default; export declare const LinksOfTheDayBlock: Story;