/** The hook fired when component in mounted
 *
 * @param { String } name - Name of the mounted component
 * */
export declare const useDtrumOnMount: (name: string) => void;
