/// export interface LabelsProps { app_url: string; } declare const Labels: ({ app_url }: LabelsProps) => JSX.Element; export default Labels;