export type ChildSize = {
    text: string;
    width: number;
};
export type ChildWidthArray = Array<ChildSize>;
export type ResponsiveProps = {
    items: Array<React.ReactElement<any>>;
    menuItems: Array<React.ReactElement<any>>;
};
//# sourceMappingURL=types.d.ts.map