import * as React from 'react'; export declare const HeaderCell: ({ children }: { children?: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const RowCell: ({ children }: { children?: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; type InnerProps = { $totalHeight: number; }; export declare const Inner: import("styled-components").StyledComponent<"div", any, InnerProps, never>; export type RowProps = { $height: number; $start: number; }; export declare const Row: import("styled-components").StyledComponent<"div", any, RowProps, never>; export {};