/// export interface _404Props { message: string; action?: JSX.Element; } export declare function _404(props: _404Props): JSX.Element;