import { type StripAndLabelProps } from './types'; interface IgetTopAndLeftForStripAndLabel { top: number; left: number; } export declare const getTopAndLeftForStripAndLabel: (props: StripAndLabelProps) => IgetTopAndLeftForStripAndLabel; export {};