export interface LifecycleProps { container: HTMLElement | string; customProps?: object; } declare const _default: (callback?: (props: LifecycleProps) => void) => void; export default _default;