import { h } from 'preact'; interface Props { top: number; columnWidth: number; columnCount: number; columnIndex: number; } export declare function NowIndicator({ top, columnWidth, columnCount, columnIndex }: Props): h.JSX.Element; export {};