/** * The only valid characters for an @emotion key are lower case chars or '-'. * We need to replace any char that is not valid with a substitute. */ export declare const makePopoutId: (str: string) => string; export declare const popoutWindowDivId: (windowTitle: string) => string;