export interface SVGTableRowProps { offset: number; separator?: boolean; isHeader?: boolean; } export declare const getClassName: (suffix: string) => string; declare const bottomPositionIcon: JSX.Element; export default bottomPositionIcon;