import { Colors } from "plus-base-core"; import React from "react"; export interface PlusMenuProps { iconColor?: Colors | string; secondaryColor?: Colors | string; backgroundColor?: Colors | string; lineColor?: Colors | string; children?: any; activeBackgroundColor?: string; appContent?: React.ReactNode; } export declare const PlusMenu: ({ children, iconColor, lineColor, secondaryColor, backgroundColor, activeBackgroundColor, appContent, }: PlusMenuProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map